[Ffmpeg-devel] [PATCH] Synchronise x264 direct prediction
Måns Rullgård
mru
Mon Jan 29 23:07:34 CET 2007
Robert Swain <robert.swain at gmail.com> writes:
> Hello,
>
> The attached patch synchronises the description for the -directpred
> option to x264 and sets the same default as the x264 cli.
>
> -{"directpred", "direct mv prediction mode - 0 (none), 1 (spatial), 2 (temporal)", OFFSET(directpred), FF_OPT_TYPE_INT, 2, INT_MIN, INT_MAX, V|E},
> +{"directpred", "direct mv prediction mode - 0 (none), 1 (spatial), 2 (temporal), 3 (auto)", OFFSET(directpred), FF_OPT_TYPE_INT, 1, INT_MIN, INT_MAX, V|E},
Seems reasonable enough to me.
Unrelated to your change, aren't those min and max values a little off?
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-devel
mailing list