]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / snow.h
index d2ef1ad17e1e124f5c36edf02e32779a4f5828dc..32f116d34d55f8dd27805d7a30da2c8bb79b3b06 100644 (file)
@@ -158,10 +158,12 @@ typedef struct SnowContext{
     unsigned me_cache_generation;
     slice_buffer sb;
     int memc_only;
+    int no_bitstream;
 
     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)
 
     uint8_t *scratchbuf;
+    int *runs;
 }SnowContext;
 
 /* Tables */