]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/avcodec.h
V210 Uncompressed 4:2:2 10-bit encoder and decoder
[frescor/ffmpeg.git] / libavcodec / avcodec.h
index c849fea01e9393dbf55de4722360d1976e0bf8c4..594da5f0b7037af968d9c0caf48464dacbb3b2a5 100644 (file)
@@ -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 @@ enum CodecID {
     CODEC_ID_AURA2,
     CODEC_ID_V210X,
     CODEC_ID_TMV,
+    CODEC_ID_V210,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,