You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/mmaldec: remove FF_CODEC_CAP_SETS_PKT_DTS flag
It has no effect on receive_frame() decoders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		| @@ -843,8 +843,7 @@ static const AVClass ffmmal_dec_class = { | ||||
|         .flush          = ffmmal_flush, \ | ||||
|         .p.priv_class   = &ffmmal_dec_class, \ | ||||
|         .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_HARDWARE, \ | ||||
|         .caps_internal  = FF_CODEC_CAP_NOT_INIT_THREADSAFE | \ | ||||
|                           FF_CODEC_CAP_SETS_PKT_DTS, \ | ||||
|         .caps_internal  = FF_CODEC_CAP_NOT_INIT_THREADSAFE \ | ||||
|         .p.pix_fmts     = (const enum AVPixelFormat[]) { AV_PIX_FMT_MMAL, \ | ||||
|                                                          AV_PIX_FMT_YUV420P, \ | ||||
|                                                          AV_PIX_FMT_NONE}, \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user