You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	aasc: return correct buffer size from aasc_decode_frame
CC: libav-stable@libav.org Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
		
				
					committed by
					
						 Anton Khirnov
						Anton Khirnov
					
				
			
			
				
	
			
			
			
						parent
						
							3edeb7749e
						
					
				
				
					commit
					8fc8024ea5
				
			| @@ -97,7 +97,7 @@ static int aasc_decode_frame(AVCodecContext *avctx, | ||||
|         return ret; | ||||
|  | ||||
|     /* report that the buffer was completely consumed */ | ||||
|     return buf_size; | ||||
|     return avpkt->size; | ||||
| } | ||||
|  | ||||
| static av_cold int aasc_decode_end(AVCodecContext *avctx) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user