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:
Kevin Lubick
2022-08-09 21:13:39 +00:00
parent 991fa9e77b
commit ba25360a26

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.