Merge "Fix include in YuvToJpegEncoder"

This commit is contained in:
Treehugger Robot
2022-08-10 00:53:14 +00:00
committed by Gerrit Code Review

View File

@@ -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.