[FFmpeg-cvslog] lavc/hevc: mark decoder as experimental

Michael Niedermayer git at videolan.org
Tue Oct 15 23:53:00 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 12 15:09:08 2013 +0200| [f2dd45d06c606c41bcbf227ffc47e1ac0ce37d65] | committer: Michael Niedermayer

lavc/hevc: mark decoder as experimental

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2dd45d06c606c41bcbf227ffc47e1ac0ce37d65
---

 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,
 };



More information about the ffmpeg-cvslog mailing list