[FFmpeg-cvslog] avcodec/videotoolboxenc: remove spurious warning

Aman Gupta git at videolan.org
Tue Nov 14 00:37:06 EET 2017


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Mon Sep 25 16:15:09 2017 -0700| [c8b1a151cef685496b8171a5236f099e137c3a37] | committer: Aman Gupta

avcodec/videotoolboxenc: remove spurious warning

Signed-off-by: Aman Gupta <aman at tmm1.net>

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

 libavcodec/videotoolboxenc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index 93338eabde..086beb41fc 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -1939,8 +1939,6 @@ static int get_cv_pixel_info(
                    "Color range not set for %s. Using MPEG range.\n",
                    av_get_pix_fmt_name(av_format));
         }
-
-        av_log(avctx, AV_LOG_WARNING, "");
     }
 
     switch (av_format) {



More information about the ffmpeg-cvslog mailing list