You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Use sws_printVec2() instead of the deprecated sws_printVec().
Originally committed as revision 28567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
		| @@ -2880,8 +2880,8 @@ SwsFilter *sws_getDefaultFilter(float lumaGBlur, float chromaGBlur, | ||||
|     sws_normalizeVec(filter->lumH, 1.0); | ||||
|     sws_normalizeVec(filter->lumV, 1.0); | ||||
|  | ||||
|     if (verbose) sws_printVec(filter->chrH); | ||||
|     if (verbose) sws_printVec(filter->lumH); | ||||
|     if (verbose) sws_printVec2(filter->chrH, NULL, AV_LOG_DEBUG); | ||||
|     if (verbose) sws_printVec2(filter->lumH, NULL, AV_LOG_DEBUG); | ||||
|  | ||||
|     return filter; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user