From c8b1a151cef685496b8171a5236f099e137c3a37 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Mon, 25 Sep 2017 16:15:09 -0700 Subject: [PATCH] avcodec/videotoolboxenc: remove spurious warning Signed-off-by: Aman Gupta --- 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) {