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

Commit f35fce5b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix include in YuvToJpegEncoder"

parents 6c621084 ba25360a
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.