lavc/hevc: mark decoder as experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
af980aa4f6
commit
f2dd45d06c
1 changed files with 1 additions and 1 deletions
|
|
@ -3114,5 +3114,5 @@ AVCodec ff_hevc_decoder = {
|
|||
.flush = hevc_decode_flush,
|
||||
.update_thread_context = hevc_update_thread_context,
|
||||
.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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue