aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-10-11 04:15:04 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-10-11 04:15:04 +0000
commit3689cf16497109974777194e6ca18316c758d963 (patch)
tree624f20b99640d5b33a3ec79edd7252378ca0f097 /libavcodec/avcodec.h
parente7becfb25f51be119f909743dcc21dcb86771ac6 (diff)
downloadffmpeg-3689cf16497109974777194e6ca18316c758d963.tar.gz
Targa image decoder
Originally committed as revision 6640 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 5123732484..933c461afd 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -37,8 +37,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(16<<8)+0)
-#define LIBAVCODEC_VERSION 51.16.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(17<<8)+0)
+#define LIBAVCODEC_VERSION 51.17.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -144,6 +144,7 @@ enum CodecID {
CODEC_ID_VP5,
CODEC_ID_VP6,
CODEC_ID_VP6F,
+ CODEC_ID_TARGA,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,
@@ -2292,6 +2293,7 @@ extern AVCodec flashsv_decoder;
extern AVCodec cavs_decoder;
extern AVCodec vmnc_decoder;
extern AVCodec wavpack_decoder;
+extern AVCodec targa_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \