You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/h264: Remove failure on data partitioning
decode all NAL units instead Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -1561,8 +1561,6 @@ again: | ||||
|             case NAL_DPB: | ||||
|             case NAL_DPC: | ||||
|                 avpriv_request_sample(avctx, "data partitioning"); | ||||
|                 ret = AVERROR(ENOSYS); | ||||
|                 goto end; | ||||
|                 break; | ||||
|             case NAL_SEI: | ||||
|                 init_get_bits(&h->gb, ptr, bit_length); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user