diff options
author | James Almer <jamrial@gmail.com> | 2020-08-07 16:04:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-08-15 13:01:13 -0300 |
commit | c93ba51ef3e2d83428360bd784166343145e7a3f (patch) | |
tree | aa09d88c556d1b06393c0fdcc4bc569b14361387 /configure | |
parent | 6c1bf7c02e8ec5f3c0a432774373ba0e8448e499 (diff) | |
download | ffmpeg-c93ba51ef3e2d83428360bd784166343145e7a3f.tar.gz |
avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed Captions
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2738,7 +2738,7 @@ h263_encoder_select="h263dsp mpegvideoenc" h263i_decoder_select="h263_decoder" h263p_decoder_select="h263_decoder" h263p_encoder_select="h263_encoder" -h264_decoder_select="cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp" +h264_decoder_select="atsc_a53 cabac golomb h264chroma h264dsp h264parse h264pred h264qpel videodsp" h264_decoder_suggest="error_resilience" hap_decoder_select="snappy texturedsp" hap_encoder_deps="libsnappy" |