Remove graphparser.h header, move AVFilterInOut and

avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.

Simplify, and less confusing for the user.

Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-11-07 22:56:29 +00:00
parent 0b90e4a240
commit 1e80a0eaa4
8 changed files with 42 additions and 69 deletions
+4
View File
@@ -13,6 +13,10 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-11-07 - r25705 - lavfi 1.58.0 - avfiltergraph.h
Remove graphparser.h header, move AVFilterInOut and
avfilter_graph_parse() declarations to libavfilter/avfiltergraph.h.
2010-11-07 - r25700 - lavfi 1.57.0 - AVFilterInOut
Rename field AVFilterInOut.filter to AVFilterInOut.filter_ctx.
This change breaks libavfilter API.