avcodec/videotoolboxenc: remove spurious warning

Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
Aman Gupta 2017-09-25 16:15:09 -07:00
parent 68ef503bb5
commit c8b1a151ce

View File

@ -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) {