X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=2b5029a74919cc2dcecfb75631f95521f3d15fc9;hb=439c9760b046caaffceacc08c40692f2e8cb3f03;hp=11a9125a13aaeee24e9fcdc5ee1d2f4846739285;hpb=edfcbf7c83cb7828c0531e788ba8c5c47b07fc5f;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 11a9125a13a..2b5029a7491 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -746,6 +746,8 @@ typedef struct H264Context { */ int sei_reguserdata_afd_present; uint8_t active_format_description; + int a53_caption_size; + uint8_t *a53_caption; /** * Bit set of clock types for fields/frames in picture timing SEI message. @@ -805,9 +807,6 @@ 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 * some context properties (which are supposed to stay constant between