diff avcodec.h @ 11553:d35c3095f96b libavcodec

Implement YOP demuxer and video decoder. Patch by Mohamed Naufal gmailify(naufal11).
author stefano
date Mon, 29 Mar 2010 22:17:01 +0000
parents c7084c69abcc
children 444f4b594fdb
line wrap: on
line diff
--- a/avcodec.h	Mon Mar 29 21:32:38 2010 +0000
+++ b/avcodec.h	Mon Mar 29 22:17:01 2010 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 61
+#define LIBAVCODEC_VERSION_MINOR 62
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -209,6 +209,7 @@
     CODEC_ID_IFF_ILBM,
     CODEC_ID_IFF_BYTERUN1,
     CODEC_ID_KGV1,
+    CODEC_ID_YOP,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,