Browse Source

update APIchanges & version for c37d179

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
d236d4907c
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      doc/APIchanges
  2. +1
    -1
      libavformat/version.h

+ 3
- 0
doc/APIchanges View File

@@ -15,6 +15,9 @@ libavutil: 2012-10-22


API changes, most recent first: API changes, most recent first:


2014-05-16 - c37d179 - lavf 55.41.100 - avformat.h
Add format_probesize to AVFormatContext.

2014-05-19 - xxxxxxx - lavf 55.18.0 - avformat.h 2014-05-19 - xxxxxxx - lavf 55.18.0 - avformat.h
Add av_stream_get_side_data() to access stream-level side data Add av_stream_get_side_data() to access stream-level side data
in the same way as av_packet_get_side_data(). in the same way as av_packet_get_side_data().


+ 1
- 1
libavformat/version.h View File

@@ -30,7 +30,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"


#define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 40
#define LIBAVFORMAT_VERSION_MINOR 41
#define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_MICRO 100


#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \


Loading…
Cancel
Save