mirror of https://git.ffmpeg.org/ffmpeg.git
Update MINOR and set git rev for non-blocking flag API addition.
(cherry picked from commit efdd67cb00
)
This commit is contained in:
parent
fbdcdaee6e
commit
340a20ea65
|
@ -13,7 +13,7 @@ libavutil: 2009-03-08
|
|||
|
||||
API changes, most recent first:
|
||||
|
||||
2011-02-XX - XXXXXXX - lavf 52.XX.0 - avio.h
|
||||
2011-02-XX - fe174fc - lavf 52.97.0 - avio.h
|
||||
Add flag for non-blocking protocols: URL_FLAG_NONBLOCK
|
||||
|
||||
2011-02-04 - f124b08 - lavf 52.96.0 - avformat_free_context()
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "libavutil/avutil.h"
|
||||
|
||||
#define LIBAVFORMAT_VERSION_MAJOR 52
|
||||
#define LIBAVFORMAT_VERSION_MINOR 96
|
||||
#define LIBAVFORMAT_VERSION_MINOR 97
|
||||
#define LIBAVFORMAT_VERSION_MICRO 0
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
||||
|
|
Loading…
Reference in New Issue