[FFmpeg-devel] [PATCH 1/9] avcodec/videotoolboxenc: remove spurious warning
Aman Gupta
ffmpeg at tmm1.net
Tue Sep 26 03:36:23 EEST 2017
From: Aman Gupta <aman at tmm1.net>
---
libavcodec/videotoolboxenc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index eba6cc672f..a7bef72da8 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -1853,8 +1853,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) {
--
2.13.5 (Apple Git-94)
More information about the ffmpeg-devel
mailing list