diff options
author | Peter Ross <pross@xvid.org> | 2010-07-18 08:03:35 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-18 08:03:35 +0000 |
commit | beaa963cabe81d3203751f6871617817bb6a5cb9 (patch) | |
tree | 57214e69e6ca86c2791a9885578a44499615c615 /libavcodec/avcodec.h | |
parent | 7199c3a4e2a10cdf13a06d59a3bb0954c95ab806 (diff) | |
download | ffmpeg-beaa963cabe81d3203751f6871617817bb6a5cb9.tar.gz |
ASCII/ANSI art decoder
Originally committed as revision 24299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 48666f9970..ff295760cf 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 83 +#define LIBAVCODEC_VERSION_MINOR 84 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -212,6 +212,7 @@ enum CodecID { CODEC_ID_YOP, CODEC_ID_VP8, CODEC_ID_PICTOR, + CODEC_ID_ANSI, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |