ffmpeg | branch: master | Jérôme Martinez <jer...@mediaarea.net> | Wed Mar  7 
13:26:36 2018 +0100| [00035a6b4a9fcb4a9756fd4a3a01a196575e0d35] | committer: 
Michael Niedermayer

avcodec/ffv1enc: remove warning about transparency

Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00035a6b4a9fcb4a9756fd4a3a01a196575e0d35
---

 libavcodec/ffv1enc.c | 3 ---
 1 file changed, 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)

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to