From b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Wed, 8 Jul 2015 23:17:44 +0100 Subject: h264: Add support for Closed Caption export Signed-off-by: Vittorio Giovara --- libavcodec/h264.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264.h') 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. -- cgit v1.2.3