]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/a64enc.h
mpegvideo: increase edge_emu_buffer size for VC1
[ffmpeg] / libavcodec / a64enc.h
index b64b952fe46ae4d76255a12100e5ef1c0c8f6a9f..d5f8e9ac99c31114025ed30879962148794c94f8 100644 (file)
@@ -41,7 +41,7 @@ typedef struct A64Context {
     AVLFG randctx;
     int mc_lifetime;
     int mc_use_5col;
-    int mc_frame_counter;
+    unsigned mc_frame_counter;
     int *mc_meta_charset;
     int *mc_charmap;
     int *mc_best_cb;
@@ -50,6 +50,9 @@ typedef struct A64Context {
     uint8_t *mc_colram;
     uint8_t *mc_palette;
     int mc_pal_size;
+
+    /* pts of the next packet that will be output */
+    int64_t next_pts;
 } A64Context;
 
 #endif /* AVCODEC_A64ENC_H */