]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
ffv1: add 1 status byte to slices in in case crcs are stored too.
[ffmpeg] / libavcodec / snow.h
index 7990f1f5199acebf42699c0c5a1d450dec9fbd95..32f116d34d55f8dd27805d7a30da2c8bb79b3b06 100644 (file)
@@ -163,6 +163,7 @@ typedef struct SnowContext{
     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 */