You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Fixes:
xvmcvideo.c: In function ‘XVMC_decode_mb’: xvmcvideo.c:141: warning: ‘return’ with a value, in function returning void Approved by Ivan. Originally committed as revision 6676 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -138,7 +138,7 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x; | ||||
|  | ||||
|     if(s->encoding){ | ||||
|         av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n"); | ||||
|         return -1; | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|    //from MPV_decode_mb(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user