[FFmpeg-devel] [PATCH] lavfi/drawtext: remove reference to unused option fix_bounds
Michael Niedermayer
michaelni at gmx.at
Tue Feb 7 17:49:11 CET 2012
On Tue, Feb 07, 2012 at 05:43:55PM +0100, Stefano Sabatini wrote:
[...]
> @@ -185,8 +184,6 @@ static const AVOption drawtext_options[]= {
> {"timecode", "set initial timecode", OFFSET(tc_opt_string), AV_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, CHAR_MAX },
> {"r", "set rate (timecode only)", OFFSET(tc_rate), AV_OPT_TYPE_RATIONAL, {.dbl=0}, 0, INT_MAX },
> {"rate", "set rate (timecode only)", OFFSET(tc_rate), AV_OPT_TYPE_RATIONAL, {.dbl=0}, 0, INT_MAX },
> -{"fix_bounds", "if true, check and fix text coords to avoid clipping",
> - OFFSET(fix_bounds), AV_OPT_TYPE_INT, {.dbl=1}, 0, 1 },
>
this could break scripts that use this option
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- 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/20120207/bbda6af8/attachment.asc>
More information about the ffmpeg-devel
mailing list