mirror of https://github.com/FFmpeg/FFmpeg.git
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/trunkoldabi
parent
ad0d70c964
commit
84c0386960
7 changed files with 20 additions and 16 deletions
Loading…
Reference in new issue