[FFmpeg-devel] [PATCH] lavfi/yadif: add support to named options and options introspection

Nicolas George nicolas.george at normalesup.org
Wed Jan 2 17:27:27 CET 2013


Le tridi 13 nivôse, an CCXXI, Stefano Sabatini a écrit :
> +static const AVOption yadif_options[] = {
> +    { "mode",        "specify the interlacing mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=0}, 0, 3, FLAGS },
> +    { "parity",      "specify the assumed picture field parity", OFFSET(parity), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, FLAGS },
> +    { "enable", "specify for which frames to enable the deinterlacer", OFFSET(auto_enable), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS },

The alignment seems schizophrenic.

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/20130102/59d73a84/attachment.asc>


More information about the ffmpeg-devel mailing list