summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-03-01 02:24:58 +0000
committerMike Melanson <mike@multimedia.cx>2005-03-01 02:24:58 +0000
commit9c7fb60816035a8921e770155cffb11757be7a23 (patch)
tree7e9ef1c9e2d223216e372b0adaa4bacc7fadecbb /libavcodec/avcodec.h
parent56b31a8ee2fa07d2a26e4fe2976157da6c1af637 (diff)
go LOCO, courtesy of Kostya Shishkov
Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d3a069af7b..b4ab5b3d83 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -17,7 +17,7 @@ extern "C" {
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1"
-#define LIBAVCODEC_BUILD 4743
+#define LIBAVCODEC_BUILD 4744
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
@@ -104,7 +104,7 @@ enum CodecID {
CODEC_ID_RV40,
CODEC_ID_VC9,
CODEC_ID_WMV3,
-
+ CODEC_ID_LOCO,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@@ -2010,6 +2010,7 @@ extern AVCodec qdraw_decoder;
extern AVCodec xl_decoder;
extern AVCodec qpeg_decoder;
extern AVCodec shorten_decoder;
+extern AVCodec loco_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \