[FFmpeg-devel] [PATCH 6/7] lavc/hevc: mark decoder as experimental

Michael Niedermayer michaelni at gmx.at
Sat Oct 12 18:44:31 CEST 2013


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavcodec/hevc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 0b784b5..d59b4e4 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -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,
 };
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list