mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
Bump minor and add APIchanges entry for url_fskip return value change.
Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d5e9ddeb73
commit
57fe80fe88
@ -12,6 +12,9 @@ libavutil: 2009-03-08
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2010-07-17 - r24278 - lavf 52.74.0 - url_fskip()
|
||||||
|
Make url_fskip() return an int error code instead of void.
|
||||||
|
|
||||||
2010-07-11 - r24199 - lavc 52.83.0
|
2010-07-11 - r24199 - lavc 52.83.0
|
||||||
Add AVCodecContext.lpc_type and AVCodecContext.lpc_passes fields.
|
Add AVCodecContext.lpc_type and AVCodecContext.lpc_passes fields.
|
||||||
Add AVLPCType enum.
|
Add AVLPCType enum.
|
||||||
|
@ -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 73
|
#define LIBAVFORMAT_VERSION_MINOR 74
|
||||||
#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…
Reference in New Issue
Block a user