Hi! I am not sure why there is an option to disable Closed Captions export, but disabling the export by default seems like a bad idea to me.
Please comment, Carl Eugen
From 9ee6b52c22ae516f9f10116381123595ea51bb0a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceffm...@gmail.com> Date: Sat, 16 Feb 2019 20:24:03 +0100 Subject: [PATCH] lavf/mxfdec: Extract EIA608 Closed Captions by default. Related to ticket #5362. --- libavformat/mxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 0553adc..b6c9e60 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -3712,7 +3712,7 @@ static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_ti static const AVOption options[] = { { "eia608_extract", "extract eia 608 captions from s436m track", - offsetof(MXFContext, eia608_extract), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, + offsetof(MXFContext, eia608_extract), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, AV_OPT_FLAG_DECODING_PARAM }, { NULL }, }; -- 1.7.10.4
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel