You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	remove warning about incompatible pointer
Originally committed as revision 17043 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -61,7 +61,7 @@ static av_cold int tqi_decode_init(AVCodecContext *avctx) | ||||
| static void tqi_decode_mb(MpegEncContext *s, DCTELEM (*block)[64]) | ||||
| { | ||||
|     int n; | ||||
|     s->dsp.clear_blocks(block); | ||||
|     s->dsp.clear_blocks(block[0]); | ||||
|     for (n=0; n<6; n++) | ||||
|         ff_mpeg1_decode_block_intra(s, block[n], n); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user