]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
alac: simplify 1st order prediction and reading of warm-up samples
[ffmpeg] / libavcodec / snow.h
index aa27a50fd139572d5ab8b29a1b0fd500f1793502..abf330962c7fed18d2f8d0075f52e80f03a04585 100644 (file)
@@ -165,6 +165,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;
+    uint8_t *emu_edge_buffer;
 }SnowContext;
 
 /* Tables */