diff avcodec.h @ 7231:21f5d934ccbd libavcodec

Motion Pixels Video Decoder. Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
author ramiro
date Thu, 10 Jul 2008 03:01:39 +0000
parents 3de78cd3039f
children 239031d20617
line wrap: on
line diff
--- a/avcodec.h	Wed Jul 09 19:21:08 2008 +0000
+++ b/avcodec.h	Thu Jul 10 03:01:39 2008 +0000
@@ -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 @@
     CODEC_ID_DIRAC,
     CODEC_ID_BFI,
     CODEC_ID_CMV,
+    CODEC_ID_MOTIONPIXELS,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,