summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-23 19:52:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-23 20:00:11 +0200
commit92f649b411eb2c4a064a00017a338f7de7a2ba86 (patch)
tree355a3e30f44d787e06d840c81ee822cb2d8a030a /libavcodec
parent02a31f6a7490a1a76ac36297ec9bd05f07eeeb24 (diff)
downloadffmpeg-streaming-92f649b411eb2c4a064a00017a338f7de7a2ba86.zip
ffmpeg-streaming-92f649b411eb2c4a064a00017a338f7de7a2ba86.tar.gz
avcodec/hevc: remove CODEC_CAP_EXPERIMENTAL
Approved-by: mraulet Approved-by: smarter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/hevc.c2
-rw-r--r--libavcodec/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index a395bc9..4ea26bf 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -2870,5 +2870,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_SLICE_THREADS | CODEC_CAP_FRAME_THREADS | CODEC_CAP_EXPERIMENTAL,
+ .capabilities = CODEC_CAP_DR1 | CODEC_CAP_DELAY | CODEC_CAP_SLICE_THREADS | CODEC_CAP_FRAME_THREADS,
};
diff --git a/libavcodec/version.h b/libavcodec/version.h
index db43b83..40159d8 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 38
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud