Browse Source

lavf: bump minor and add an APIChanges entry for avformat cleanup

tags/n0.8
Anton Khirnov 14 years ago
parent
commit
0c68c80419
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      doc/APIchanges
  2. +1
    -1
      libavformat/version.h

+ 5
- 0
doc/APIchanges View File

@@ -12,6 +12,11 @@ libavutil: 2009-03-08


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


2011-04-08 - lavf 52.106.0 - avformat.h
Minor avformat.h cleanup:
a9bf9d8 deprecate av_guess_image2_codec
c3675df rename avf_sdp_create->av_sdp_create

2011-04-03 - lavf 52.105.0 - avio.h 2011-04-03 - lavf 52.105.0 - avio.h
Large-scale renaming/deprecating of AVIOContext-related functions: Large-scale renaming/deprecating of AVIOContext-related functions:
724f6a0 deprecate url_fdopen 724f6a0 deprecate url_fdopen


+ 1
- 1
libavformat/version.h View File

@@ -24,7 +24,7 @@
#include "libavutil/avutil.h" #include "libavutil/avutil.h"


#define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MAJOR 52
#define LIBAVFORMAT_VERSION_MINOR 105
#define LIBAVFORMAT_VERSION_MINOR 106
#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_MICRO 0


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


Loading…
Cancel
Save