Browse code

update APIchanges & version for c37d179

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/05/26 07:20:07
Showing 2 changed files
... ...
@@ -15,6 +15,9 @@ libavutil:     2012-10-22
15 15
 
16 16
 API changes, most recent first:
17 17
 
18
+2014-05-16 - c37d179 - lavf 55.41.100 - avformat.h
19
+  Add format_probesize to AVFormatContext.
20
+
18 21
 2014-05-19 - xxxxxxx - lavf 55.18.0 - avformat.h
19 22
   Add av_stream_get_side_data() to access stream-level side data
20 23
   in the same way as av_packet_get_side_data().
... ...
@@ -30,7 +30,7 @@
30 30
 #include "libavutil/version.h"
31 31
 
32 32
 #define LIBAVFORMAT_VERSION_MAJOR 55
33
-#define LIBAVFORMAT_VERSION_MINOR 40
33
+#define LIBAVFORMAT_VERSION_MINOR 41
34 34
 #define LIBAVFORMAT_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \