diff avcodec.h @ 9628:4b6766057548 libavcodec

V210 Uncompressed 4:2:2 10-bit encoder and decoder
author bcoudurier
date Tue, 12 May 2009 19:56:48 +0000
parents bd3e11b60ccd
children 0bfb23c7633d
line wrap: on
line diff
--- a/avcodec.h	Mon May 11 19:21:49 2009 +0000
+++ b/avcodec.h	Tue May 12 19:56:48 2009 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 28
+#define LIBAVCODEC_VERSION_MINOR 29
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -195,6 +195,7 @@
     CODEC_ID_AURA2,
     CODEC_ID_V210X,
     CODEC_ID_TMV,
+    CODEC_ID_V210,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,