summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-17 03:17:42 +0000
commit26376701446a51fc505ea998fe477118af3f1c59 (patch)
tree67364d18222cfaa1fe34e83a744691fceb5ccef2 /libavcodec/avcodec.h
parent220522479ba603cfc1507d92d704089d0faa6296 (diff)
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 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 3e050a9a17..ecc13b37ce 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -21,8 +21,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(6<<8)+0)
-#define LIBAVCODEC_VERSION 51.6.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(7<<8)+0)
+#define LIBAVCODEC_VERSION 51.7.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -117,6 +117,7 @@ enum CodecID {
CODEC_ID_CSCD,
CODEC_ID_MMVIDEO,
CODEC_ID_ZMBV,
+ CODEC_ID_AVS,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@@ -2233,6 +2234,7 @@ extern AVCodec libgsm_decoder;
extern AVCodec bmp_decoder;
extern AVCodec mmvideo_decoder;
extern AVCodec zmbv_decoder;
+extern AVCodec avs_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \