diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-04-06 17:53:20 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-04-10 04:16:54 +0200 |
commit | 2de159fcf16c25ef4c7f1f06ea61c5f43995108c (patch) | |
tree | 69e57c89585e13c5b0b5d303d90cfe9a5daa69ef /libavcodec/mjpegenc.c | |
parent | 42c895ef5cf93e755e338aa01be536ce2bd9106c (diff) | |
download | ffmpeg-2de159fcf16c25ef4c7f1f06ea61c5f43995108c.tar.gz |
avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2
The MPEG-2 encoder is the only mpegvideo-based encoder that supports
embedding a53 side data.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mjpegenc.c')
-rw-r--r-- | libavcodec/mjpegenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c index 6c261a1397..86a18ec6a9 100644 --- a/libavcodec/mjpegenc.c +++ b/libavcodec/mjpegenc.c @@ -595,6 +595,7 @@ FF_MPV_COMMON_OPTS { "optimal", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = HUFFMAN_TABLE_OPTIMAL }, INT_MIN, INT_MAX, VE, "huffman" }, #if FF_API_MPEGVIDEO_OPTS FF_MPV_DEPRECATED_MPEG_QUANT_OPT +FF_MPV_DEPRECATED_A53_CC_OPT #endif { NULL}, }; |