You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge remote-tracking branch 'qatar/master'
* qatar/master: sws: disable yuv2rgb warning for planar rgb. Conflicts: libswscale/yuv2rgb.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -919,7 +919,7 @@ av_cold int ff_yuv2rgb_c_init_tables(SwsContext *c, const int inv_table[4], | ||||
|         break; | ||||
|     default: | ||||
|         c->yuvTable = NULL; | ||||
|         if(!isPlanar(c->dstFormat) || bpp<=24) | ||||
|         if(!isPlanar(c->dstFormat) || bpp <= 24) | ||||
|             av_log(c, AV_LOG_ERROR, "%ibpp not supported by yuv2rgb\n", bpp); | ||||
|         return -1; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user