]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
avcodec: loongson optimized mpegvideo dct unquantize with mmi
[ffmpeg] / libavcodec / h264.h
index edecc4bfabbfd94df9e8a02a9684c392eaae781a..11a9125a13aaeee24e9fcdc5ee1d2f4846739285 100644 (file)
@@ -805,6 +805,8 @@ typedef struct H264Context {
 
     int missing_fields;
 
+    int a53_caption_size;
+    uint8_t *a53_caption;
 
 /* for frame threading, this is set to 1
      * after finish_setup() has been called, so we cannot modify