mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lavc/hevc: mark decoder as experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
af980aa4f6
commit
f2dd45d06c
@ -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…
Reference in New Issue
Block a user