Commit c8b1a151 authored by Aman Gupta's avatar Aman Gupta

avcodec/videotoolboxenc: remove spurious warning

Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent 68ef503b
...@@ -1939,8 +1939,6 @@ static int get_cv_pixel_info( ...@@ -1939,8 +1939,6 @@ static int get_cv_pixel_info(
"Color range not set for %s. Using MPEG range.\n", "Color range not set for %s. Using MPEG range.\n",
av_get_pix_fmt_name(av_format)); av_get_pix_fmt_name(av_format));
} }
av_log(avctx, AV_LOG_WARNING, "");
} }
switch (av_format) { switch (av_format) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment