aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-11-30 01:40:50 +0000
committerMåns Rullgård <mans@mansr.com>2005-11-30 01:40:50 +0000
commit9fa62f2aade4ded0ef64ae8c5012ab933d8ad64d (patch)
treeca441641dc563a4c2658257be452463881a06ed7 /libavcodec/avcodec.h
parentfd2ab74aae55e610daad7d4883131d1cb603dfbe (diff)
downloadffmpeg-9fa62f2aade4ded0ef64ae8c5012ab933d8ad64d.tar.gz
BMP image decoder
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7777f6da3b..ede77ead48 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -112,6 +112,7 @@ enum CodecID {
CODEC_ID_INDEO2,
CODEC_ID_FRAPS,
CODEC_ID_TRUEMOTION2,
+ CODEC_ID_BMP,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@@ -2071,6 +2072,7 @@ extern AVCodec vorbis_decoder;
extern AVCodec fraps_decoder;
extern AVCodec libgsm_encoder;
extern AVCodec libgsm_decoder;
+extern AVCodec bmp_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \