You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/tests/avcodec: Mark frame-thrd encoder incompatible with delay
The API for frame-threaded encoders only works for one-in-one-out encoders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -155,6 +155,9 @@ int main(void){ | ||||
|             if (codec->capabilities & AV_CODEC_CAP_FRAME_THREADS && | ||||
|                 codec->capabilities & AV_CODEC_CAP_ENCODER_FLUSH) | ||||
|                 ERR("Frame-threaded encoder %s claims to support flushing\n"); | ||||
|             if (codec->capabilities & AV_CODEC_CAP_FRAME_THREADS && | ||||
|                 codec->capabilities & AV_CODEC_CAP_DELAY) | ||||
|                 ERR("Frame-threaded encoder %s claims to have delay\n"); | ||||
|         } else { | ||||
|             if ((codec->type == AVMEDIA_TYPE_SUBTITLE) != (codec2->cb_type == FF_CODEC_CB_TYPE_DECODE_SUB)) | ||||
|                 ERR("Subtitle decoder %s does not implement decode_sub callback\n"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user