[FFmpeg-cvslog] lavc/videotoolboxenc: Enable a53cc by default.
Carl Eugen Hoyos
git at videolan.org
Mon Oct 17 18:51:02 EEST 2016
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Oct 17 17:50:29 2016 +0200| [f04c27fe7ce96a0ecdc6a19c1a0e24bbbd6c4bc1] | committer: Carl Eugen Hoyos
lavc/videotoolboxenc: Enable a53cc by default.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f04c27fe7ce96a0ecdc6a19c1a0e24bbbd6c4bc1
---
libavcodec/videotoolboxenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index 4e01023..9a69c28 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -2311,7 +2311,7 @@ static const AVOption options[] = {
{ "frames_after", "Other frames will come after the frames in this session. This helps smooth concatenation issues.",
OFFSET(frames_after), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
- { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, VE },
+ { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, VE },
{ NULL },
};
More information about the ffmpeg-cvslog
mailing list