diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:57 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:57 +0000 |
commit | 107a7e3e7b6161cd9ccefeefab1d54be939de43e (patch) | |
tree | a883f75ca19fb51530a43a4933bcf5053176fd80 /libavformat/avformat.h | |
parent | fd5b124d748249d5f5b33f5901042738d0c893d8 (diff) | |
download | ffmpeg-107a7e3e7b6161cd9ccefeefab1d54be939de43e.tar.gz |
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS
Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4f4693555a..f166c090db 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 89 +#define LIBAVFORMAT_VERSION_MINOR 90 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |