Merge "Fix include in YuvToJpegEncoder"
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include "graphics_jni_helpers.h"
|
#include "graphics_jni_helpers.h"
|
||||||
|
|
||||||
|
#include <csetjmp>
|
||||||
|
|
||||||
YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) {
|
YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) {
|
||||||
// Only ImageFormat.NV21 and ImageFormat.YUY2 are supported
|
// Only ImageFormat.NV21 and ImageFormat.YUY2 are supported
|
||||||
// for now.
|
// for now.
|
||||||
|
|||||||
Reference in New Issue
Block a user