Commit a5973510 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* the ffmpeg api version id was updated

parent 6eb7b11d
......@@ -14,18 +14,3 @@ Index: libavcodec/allcodecs.c
#ifdef CONFIG_H263I_DECODER
register_avcodec(&h263i_decoder);
#endif //CONFIG_H263I_DECODER
Index: libavcodec/avcodec.h
===================================================================
--- libavcodec/avcodec.h (revision 5852)
+++ libavcodec/avcodec.h (working copy)
@@ -17,8 +17,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
-#define LIBAVCODEC_VERSION 51.10.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+1)
+#define LIBAVCODEC_VERSION 51.10.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment