summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorKieran Kunhya <kierank@ob-encoder.com>2015-07-06 01:05:01 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-07-06 15:25:22 +0200
commit8234f0e3b485811d60c228c40a94a141c46e61ca (patch)
tree8df09c2e5d949619c0a01f3cba329701971077eb /libavcodec/h264.h
parent38402754b97745125b25d38bf525fe46cace9370 (diff)
downloadffmpeg-streaming-8234f0e3b485811d60c228c40a94a141c46e61ca.zip
ffmpeg-streaming-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index edecc4b..11a9125 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
OpenPOWER on IntegriCloud