ffmpeg/tools
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from:
AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
to:
int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);

This way it is possible to propagate an error code telling the reason
of the failure.

Originally committed as revision 24765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-11 11:44:51 +00:00
..
build_avopt
clean-diff
cws2fws.c
graph2dot.c Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
lavfi-showfiltfmts.c Change avfilter_open() signature, from: 2010-08-11 11:44:51 +00:00
patcheck Issue a warning when fed with misformatted one-line doxygen comments. 2010-08-02 07:23:47 +00:00
pktdumper.c Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
probetest.c Drop argc/argv parameters from main(), they are unused. 2009-09-18 10:14:46 +00:00
qt-faststart.c fail if input and output are the same 2010-06-21 01:05:30 +00:00
trasher.c Add missing stdlib.h #include, fixes the warnings: 2010-03-08 17:00:21 +00:00
unwrap-diff