mirror of https://git.ffmpeg.org/ffmpeg.git
84c0386960
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 |
||
---|---|---|
.. | ||
build_avopt | ||
clean-diff | ||
cws2fws.c | ||
graph2dot.c | ||
lavfi-showfiltfmts.c | ||
patcheck | ||
pktdumper.c | ||
probetest.c | ||
qt-faststart.c | ||
trasher.c | ||
unwrap-diff |