[FFmpeg-devel] [PATCH] lavfi/select: add support to options
Nicolas George
nicolas.george at normalesup.org
Wed Dec 12 10:16:53 CET 2012
Le duodi 22 frimaire, an CCXXI, Stefano Sabatini a écrit :
> +static av_cold int select_init(AVFilterContext *ctx, const char *args)
> +{
> + SelectContext *select = ctx->priv;
> + int ret;
> +
> + if ((ret = init(ctx, args, &aselect_class)) < 0)
> + return ret;
&select_class?
Apart from that, LGTM.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121212/555b5582/attachment.asc>
More information about the ffmpeg-devel
mailing list