diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-12-22 17:10:12 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 16:28:55 +0100 |
commit | ac49439e7734f384206b77ab6860d74f5969c281 (patch) | |
tree | 9b30970f33302c05067a9e19f7db570d27cdbd07 /Makefile | |
parent | 7a2f7283020a5723cf11b4fec6ceaa3470329601 (diff) | |
download | ffmpeg-ac49439e7734f384206b77ab6860d74f5969c281.tar.gz |
avcodec/mpeg12enc: Simplify check for A53 closed captions
The a53_cc option is only useful and meaningful for MPEG-2,
yet it was accidentally added for all mpegvideo-based encoders.
This means that it is possible for a53_cc to be set for other
encoders as well.
This commit changes this and reroutes a53_cc to the dummy field
in MpegEncContext for all codecs for which it is not supported.
This allows to avoid a check for the current codec in mpeg12enc.c.
Also add a compile-time check for whether the MPEG-2 encoder is
available while at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions