summaryrefslogtreecommitdiff
path: root/ffmpeg-rpi/ffmpeg-99.1010-yuv2rgb-logspam.patch
blob: 2895d7ac0300b4bc914c2fc8081e1aee5ba38b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/libswscale/yuv2rgb.c	2018-07-22 10:00:00.000000000 +0100
+++ b/libswscale/yuv2rgb.c	2018-08-20 11:55:46.391543992 +0100
@@ -687,10 +687,6 @@ SwsFunc ff_yuv2rgb_get_func_ptr(SwsConte
     if (t)
         return t;
 
-    av_log(c, AV_LOG_WARNING,
-           "No accelerated colorspace conversion found from %s to %s.\n",
-           av_get_pix_fmt_name(c->srcFormat), av_get_pix_fmt_name(c->dstFormat));
-
     switch (c->dstFormat) {
     case AV_PIX_FMT_BGR48BE:
     case AV_PIX_FMT_BGR48LE: