Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8b10b29 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix include in YuvToJpegEncoder" am: f35fce5b

parents b67d6e52 f35fce5b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@

#include "graphics_jni_helpers.h"

#include <csetjmp>

YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) {
    // Only ImageFormat.NV21 and ImageFormat.YUY2 are supported
    // for now.