summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorGregory Montoir <cyx@users.sourceforge.net>2008-07-10 03:01:39 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-07-10 03:01:39 +0000
commit974e0eeed320cbcf0574ea7e42c9f2e93e201103 (patch)
tree0f5f72dad391cf1cce4948dd8aee32d1d97486f8 /libavcodec/avcodec.h
parente40b183d3aa392eb10edf0638f7337dfb5265be9 (diff)
Motion Pixels Video Decoder.
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net> Originally committed as revision 14146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 83167a244a..5fb945ca90 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51
-#define LIBAVCODEC_VERSION_MINOR 59
+#define LIBAVCODEC_VERSION_MINOR 60
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -187,6 +187,7 @@ enum CodecID {
CODEC_ID_DIRAC,
CODEC_ID_BFI,
CODEC_ID_CMV,
+ CODEC_ID_MOTIONPIXELS,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,