diff options
author | Jai Menon <realityman@gmx.net> | 2008-03-30 19:16:08 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-03-30 19:16:08 +0000 |
commit | cb21e0a7155028ebb05cd576ec9827c52613a317 (patch) | |
tree | 9f5fcca4e7d3dd346ad530dc6ec811504161d112 /libavcodec/avcodec.h | |
parent | e516d3488ab46823389113aec5386eb5e4365d64 (diff) | |
download | ffmpeg-cb21e0a7155028ebb05cd576ec9827c52613a317.tar.gz |
8SVX decoder
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3857d8015e..ab9c176926 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 51 -#define LIBAVCODEC_VERSION_MINOR 53 +#define LIBAVCODEC_VERSION_MINOR 54 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -179,6 +179,8 @@ enum CodecID { CODEC_ID_INDEO5, CODEC_ID_MIMIC, CODEC_ID_RL2, + CODEC_ID_8SVX_EXP, + CODEC_ID_8SVX_FIB, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |