diff options
author | Kieran Kunhya <kierank@ob-encoder.com> | 2015-07-08 23:17:44 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-17 01:44:22 +0100 |
commit | b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37 (patch) | |
tree | 8545935e462f04bc23f03ddf7521cd77e67fd7cd /libavcodec/h264.h | |
parent | 2cb34f82b92c15b811f5c03dc7f61a4baf6e02e3 (diff) | |
download | ffmpeg-b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37.tar.gz |
h264: Add support for Closed Caption export
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 49bd4641a9..bf8b07e871 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -680,6 +680,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. |