Hi,

On Mon, Jun 20, 2011 at 1:57 AM, Anton Khirnov <[email protected]> wrote:
> From: Stefano Sabatini <[email protected]>
>
> The feature was dropped after the filter was partially rewritten and
> recommitted.
>
> Signed-off-by: Anton Khirnov <[email protected]>
> ---
>  libavfilter/vf_drawtext.c |   45 
> +++++++++++++++++++++++++++------------------
>  1 files changed, 27 insertions(+), 18 deletions(-)

OK.

> -    uint8_t *text_priv;             ///< used to detect whether text changed
> +    uint8_t *expanded_text;         ///< used to contain the 
> strftime()-expanded text

"used to $action" is a way of implying the utility of an object for
the purpose of completing the action. "A gun is used to shoot". "used
to $verb", where $verb is not an action, is something that was
previously true in the past, but no longer in the present. "used as a
buffer for the strftime()-expanded text" or "used to write the
strftime()-expanded text into" are proper uses. "used to contain"
means it did previously contain, but no longer does.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to