Commit f2dd45d0 authored by Michael Niedermayer's avatar Michael Niedermayer

lavc/hevc: mark decoder as experimental

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent af980aa4
...@@ -3114,5 +3114,5 @@ AVCodec ff_hevc_decoder = { ...@@ -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,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment