summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-18 23:25:00 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-18 23:25:00 +0000
commit52b6bad21992e71dd92e3a91522acf1525a76307 (patch)
tree231a1e5a1d3893a56ba05c7932ad2142b1dfb279 /libavcodec/avcodec.h
parent4140a5234ee0aa7e49467df497f2655e758d1cf6 (diff)
dnxhd decoder
Originally committed as revision 8445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 048bc890b9..ead4dc8dfe 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -37,8 +37,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(39<<8)+0)
-#define LIBAVCODEC_VERSION 51.39.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+0)
+#define LIBAVCODEC_VERSION 51.40.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -151,6 +151,7 @@ enum CodecID {
CODEC_ID_GIF,
CODEC_ID_FFH264,
CODEC_ID_DXA,
+ CODEC_ID_DNXHD,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@@ -2231,6 +2232,7 @@ extern AVCodec cook_decoder;
extern AVCodec cscd_decoder;
extern AVCodec cyuv_decoder;
extern AVCodec dca_decoder;
+extern AVCodec dnxhd_decoder;
extern AVCodec dsicinaudio_decoder;
extern AVCodec dsicinvideo_decoder;
extern AVCodec dvvideo_decoder;