diff avcodec.h @ 7510:212e72dbb838 libavcodec

Electronic Arts TGV decoder
author pross
date Wed, 06 Aug 2008 08:33:25 +0000
parents a09e82b2f875
children 560ebb4bca76
line wrap: on
line diff
--- a/avcodec.h	Wed Aug 06 05:24:21 2008 +0000
+++ b/avcodec.h	Wed Aug 06 08:33:25 2008 +0000
@@ -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 @@
     CODEC_ID_BFI,
     CODEC_ID_CMV,
     CODEC_ID_MOTIONPIXELS,
+    CODEC_ID_TGV,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,