diff options
author | Jérôme Martinez <jerome@mediaarea.net> | 2018-03-07 13:26:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-03-09 02:39:21 +0100 |
commit | 00035a6b4a9fcb4a9756fd4a3a01a196575e0d35 (patch) | |
tree | 1ae6eafc01534de4f4385111c214047f79dbe9c7 /libavcodec/ffv1enc.c | |
parent | 63d875772d265a885808532889f094f80afaac7a (diff) | |
download | ffmpeg-00035a6b4a9fcb4a9756fd4a3a01a196575e0d35.tar.gz |
avcodec/ffv1enc: remove warning about transparency
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/ffv1enc.c')
-rw-r--r-- | libavcodec/ffv1enc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index d71d952c6d..2e999b0986 100644 --- a/libavcodec/ffv1enc.c +++ b/libavcodec/ffv1enc.c @@ -685,9 +685,6 @@ FF_ENABLE_DEPRECATION_WARNINGS s->ac = AC_RANGE_CUSTOM_TAB; } } - if (s->transparency) { - av_log(avctx, AV_LOG_WARNING, "Storing alpha plane, this will require a recent FFV1 decoder to playback!\n"); - } #if FF_API_PRIVATE_OPT FF_DISABLE_DEPRECATION_WARNINGS if (avctx->context_model) |