mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Add APIchanges entry after avfilter_open() change in r24765.
Originally committed as revision 24766 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
84c0386960
commit
c7c7feaa12
@ -13,6 +13,13 @@ libavutil: 2009-03-08
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2010-08-11 - r24765 - lavfi 1.33.0 - avfilter_open()
|
||||
Change avfilter_open() signature:
|
||||
AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) ->
|
||||
int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);
|
||||
|
||||
This change breaks libavfilter API/ABI.
|
||||
|
||||
2010-08-11 - r24763 - lavfi 1.32.0 - AVFilterBufferRef
|
||||
Add a type field to AVFilterBufferRef, and move video specific
|
||||
properties to AVFilterBufferRefVideoProps.
|
||||
|
Loading…
Reference in New Issue
Block a user