On Thu, Oct 10, 2019 at 11:35:29 +0200, Moritz Barsnick wrote:
> On Wed, Oct 09, 2019 at 12:16:53 +0200, Paul B Mahol wrote:
> > +int ff_filter_process_command(AVFilterContext *ctx, const char *cmd,
> > +                              const char *arg, char *res, int res_len, int 
> > flags)
>
> Are res and res_len reserved for future use? I didn't put this through
> a compiler, but I don't see them being used in this function.

Ah, forget it, it's for compatibility with the callback API.
(Not sure whether the compiler will warn though.)

Moritz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to