Fix include in YuvToJpegEncoder
I noticed this while cleaning up includes in https://skia-review.googlesource.com/c/skia/+/565005 Change-Id: Ibbd6fd7741a79b913b822baa207a61f419b23fe2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user