Browse Source

lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS

Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Anton Khirnov 15 years ago
parent
commit
107a7e3e7b
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      doc/APIchanges
  2. +1
    -1
      libavformat/avformat.h

+ 4
- 0
doc/APIchanges View File

@@ -13,6 +13,10 @@ libavutil: 2009-03-08


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


2010-12-27 - r26103 - lavf 52.90.0
Add AVFMT_NOSTREAMS flag for formats with no streams,
like e.g. text metadata.

2010-12-22 - r26073 - lavutil 50.36.0 - file.h 2010-12-22 - r26073 - lavutil 50.36.0 - file.h
Add functions av_file_map() and av_file_unmap() in file.h. Add functions av_file_map() and av_file_unmap() in file.h.




+ 1
- 1
libavformat/avformat.h View File

@@ -22,7 +22,7 @@
#define AVFORMAT_AVFORMAT_H #define AVFORMAT_AVFORMAT_H


#define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MAJOR 52
#define LIBAVFORMAT_VERSION_MINOR 89
#define LIBAVFORMAT_VERSION_MINOR 90
#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