mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Bump lavfi minor and add APIchanges entry after the rename of
AVFilterInOut.filter. Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7313132bcc
commit
da6ec07c41
@ -13,6 +13,10 @@ libavutil: 2009-03-08
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2010-11-04 - r25700 - lavfi 1.57.0 - AVFilterInOut
|
||||
Rename field AVFilterInOut.filter to AVFilterInOut.filter_ctx.
|
||||
This change breaks libavfilter API.
|
||||
|
||||
2010-11-04 - r25674 - lavfi 1.56.0 - avfilter_graph_free()
|
||||
Rename avfilter_graph_destroy() to avfilter_graph_free().
|
||||
This change breaks libavfilter API/ABI.
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define LIBAVFILTER_VERSION_MAJOR 1
|
||||
#define LIBAVFILTER_VERSION_MINOR 56
|
||||
#define LIBAVFILTER_VERSION_MINOR 57
|
||||
#define LIBAVFILTER_VERSION_MICRO 0
|
||||
|
||||
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
|
||||
|
Loading…
Reference in New Issue
Block a user