]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
avcodec/hevc_parser: Check init_get_bits8() for failure
[ffmpeg] / libavcodec / snow.h
index 447859f488d93aa32ed384275f90e4a8a8ca9a15..a09b6221e48eee8e6647a11500a7396314ee87f9 100644 (file)
@@ -176,6 +176,8 @@ typedef struct SnowContext{
     int memc_only;
     int no_bitstream;
     int intra_penalty;
+    int motion_est;
+    int iterative_dia_size;
 
     MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to eventually make the motion estimation independent of MpegEncContext, so this will be removed then (FIXME/XXX)