diff options
author | Will Kelleher <wkelleher@gogoair.com> | 2015-11-06 14:48:46 -0600 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-07 12:10:55 +0100 |
commit | 7f7fa90f7b7fccecff98bb1cef307e093dac1d29 (patch) | |
tree | 2068ed037238083f1cfc465b3672836fd52885b7 /libavcodec/hevc.h | |
parent | 43492ff3ab68a343c1264801baa1d5a02de10167 (diff) | |
download | ffmpeg-7f7fa90f7b7fccecff98bb1cef307e093dac1d29.tar.gz |
hevc: extract SEI caption data
Signed-off-by: Will Kelleher <wkelleher@gogoair.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 66b9a2f0fc..6d8f703900 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -937,6 +937,10 @@ typedef struct HEVCContext { int sei_hflip, sei_vflip; int picture_struct; + + uint8_t* a53_caption; + int a53_caption_size; + } HEVCContext; int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx, |