You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/libdav1d: 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:
		| @@ -698,7 +698,7 @@ const FFCodec ff_libdav1d_decoder = { | ||||
|     .flush          = libdav1d_flush, | ||||
|     FF_CODEC_RECEIVE_FRAME_CB(libdav1d_receive_frame), | ||||
|     .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS, | ||||
|     .caps_internal  = FF_CODEC_CAP_SETS_PKT_DTS | FF_CODEC_CAP_SETS_FRAME_PROPS | | ||||
|     .caps_internal  = FF_CODEC_CAP_SETS_FRAME_PROPS | | ||||
|                       FF_CODEC_CAP_AUTO_THREADS, | ||||
|     .p.priv_class   = &libdav1d_class, | ||||
|     .p.wrapper_name = "libdav1d", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user