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

Commit ba25360a authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Fix include in YuvToJpegEncoder

I noticed this while cleaning up includes in
https://skia-review.googlesource.com/c/skia/+/565005

Change-Id: Ibbd6fd7741a79b913b822baa207a61f419b23fe2
parent 991fa9e7
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.