diff avcodec.h @ 12186:fb2f04f70afe libavcodec

ASCII/ANSI art decoder
author pross
date Sun, 18 Jul 2010 08:03:35 +0000
parents e59926e2c50c
children fbf4d5b1b664
line wrap: on
line diff
--- a/avcodec.h	Sun Jul 18 07:52:47 2010 +0000
+++ b/avcodec.h	Sun Jul 18 08:03:35 2010 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 83
+#define LIBAVCODEC_VERSION_MINOR 84
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -212,6 +212,7 @@
     CODEC_ID_YOP,
     CODEC_ID_VP8,
     CODEC_ID_PICTOR,
+    CODEC_ID_ANSI,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,