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
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
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