diff options
author | Kieran Kunhya <kierank@ob-encoder.com> | 2015-07-06 01:05:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-07-06 15:25:22 +0200 |
commit | 8234f0e3b485811d60c228c40a94a141c46e61ca (patch) | |
tree | 8df09c2e5d949619c0a01f3cba329701971077eb /libavcodec/h264.h | |
parent | 38402754b97745125b25d38bf525fe46cace9370 (diff) | |
download | ffmpeg-8234f0e3b485811d60c228c40a94a141c46e61ca.tar.gz |
avcodec: Add support for Closed Caption export in h264
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 edecc4bfab..11a9125a13 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -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 |