[FFmpeg-devel] [PATCH 1/1] Change signature to avfilter_open(), from AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);
Stefano Sabatini
stefano.sabatini-lala
Fri Jul 30 12:32:08 CEST 2010
On date Wednesday 2010-07-28 15:21:16 +0200, Stefano Sabatini encoded:
> This way it is possible to propagate an error code telling the reason
> of the failure.
> ---
> ffmpeg.c | 8 ++++----
> ffplay.c | 4 ++--
> libavfilter/avfilter.c | 8 +++++---
> libavfilter/avfilter.h | 7 +++++--
> libavfilter/avfiltergraph.c | 3 +--
> libavfilter/graphparser.c | 2 +-
> tools/lavfi-showfiltfmts.c | 2 +-
> 7 files changed, 19 insertions(+), 15 deletions(-)
ping
--
FFmpeg = Foolish Fucking Mortal Proud Elaborated Genius
More information about the ffmpeg-devel
mailing list