Increase minor version due to new av_close_input_stream
Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2506fd5467
commit
f47b9f4828
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
#ifndef FFMPEG_AVFORMAT_H
|
||||
#define FFMPEG_AVFORMAT_H
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(2<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.2.0
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(3<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.3.0
|
||||
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
|
||||
|
||||
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue