mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	lavc/hevc: mark decoder as experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -3114,5 +3114,5 @@ AVCodec ff_hevc_decoder = { | |||||||
|     .flush                 = hevc_decode_flush, |     .flush                 = hevc_decode_flush, | ||||||
|     .update_thread_context = hevc_update_thread_context, |     .update_thread_context = hevc_update_thread_context, | ||||||
|     .init_thread_copy      = hevc_init_thread_copy, |     .init_thread_copy      = hevc_init_thread_copy, | ||||||
|     .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_DELAY | CODEC_CAP_FRAME_THREADS, |     .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_DELAY | CODEC_CAP_FRAME_THREADS | CODEC_CAP_EXPERIMENTAL, | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer