]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ivi_common.h
lavc/jpeglsenc: Enable frame-threading.
[ffmpeg] / libavcodec / ivi_common.h
index 76d1b61c6a16a1862e70c6221632456949a8317a..b0bdfe5337e14835036295e76d95381bfa0535ee 100644 (file)
@@ -262,6 +262,9 @@ typedef struct IVI45DecContext {
 
     int gop_invalid;
     int buf_invalid[3];
+
+    AVFrame         *p_frame;
+    int             got_p_frame;
 } IVI45DecContext;
 
 /** compare some properties of two pictures */