aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2010-06-08 11:55:06 +0000
committerPeter Ross <pross@xvid.org>2010-06-08 11:55:06 +0000
commita526d6197a539852bcdcf737b2faaa9123e992de (patch)
tree0e5792ef73679ce976554a3bfcddee7e34cf6e35 /libavcodec/avcodec.h
parentf2b9b19fad68ce42a016d3ad681a8c92bf11cbe8 (diff)
downloadffmpeg-a526d6197a539852bcdcf737b2faaa9123e992de.tar.gz
Pictor/PC Paint decoder
Originally committed as revision 23532 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 a6f6b04c55..5e77fb3592 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 74
+#define LIBAVCODEC_VERSION_MINOR 75
#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -211,6 +211,7 @@ enum CodecID {
CODEC_ID_KGV1,
CODEC_ID_YOP,
CODEC_ID_VP8,
+ CODEC_ID_PICTOR,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,