diff options
author | Aman Gupta <aman@tmm1.net> | 2017-09-25 16:15:09 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2017-11-13 14:32:48 -0800 |
commit | c8b1a151cef685496b8171a5236f099e137c3a37 (patch) | |
tree | 9472a3b421378b5680646d6328277ac48bfdeb30 /libavcodec | |
parent | 68ef503bb5f9f8bd4460191d6a9c9e2ec4179a26 (diff) | |
download | ffmpeg-c8b1a151cef685496b8171a5236f099e137c3a37.tar.gz |
avcodec/videotoolboxenc: remove spurious warning
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/videotoolboxenc.c | 2 |
1 files changed, 0 insertions, 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) { |