diff options
author | Peter Ross <pross@xvid.org> | 2008-08-06 08:33:25 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2008-08-06 08:33:25 +0000 |
commit | cfc78718f3581558343cde84f84e4574cbff5691 (patch) | |
tree | 79d7b93ff80ae5d9ac12530156f0b562a9e2862c /libavcodec/avcodec.h | |
parent | 6ba10f338ae8fe06faa1ed830ce07ce036cc2fdc (diff) | |
download | ffmpeg-cfc78718f3581558343cde84f84e4574cbff5691.tar.gz |
Electronic Arts TGV decoder
Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fdc468e7bb..aff1507962 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 62 +#define LIBAVCODEC_VERSION_MINOR 63 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -188,6 +188,7 @@ enum CodecID { CODEC_ID_BFI, CODEC_ID_CMV, CODEC_ID_MOTIONPIXELS, + CODEC_ID_TGV, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |