On Tue, Feb 03, 2015 at 09:01:30AM -0800, Liviu Oniciuc wrote:
> at this time the drawtext box extends only for the width and height
> of the text. for a better visual appearance a new option was added

> (boxboderw) to set how much the box should extend outside of the

boxborderw

> text area
> 
> Signed-off-by: Liviu Oniciuc <klmno....@gmx.com>
> ---
>  libavfilter/vf_drawtext.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>  mode change 100644 => 100755 libavfilter/vf_drawtext.c
> 
> diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
> old mode 100644
> new mode 100755
> index d20f805..138a32c
> --- a/libavfilter/vf_drawtext.c
> +++ b/libavfilter/vf_drawtext.c
> @@ -159,6 +159,7 @@ typedef struct DrawTextContext {
>      unsigned int fontsize;          ///< font size to use
>  
>      short int draw_box;             ///< draw box around text - true or false
> +    int boxborderw;                 ///< box border width

So is this related to an inside padding? Could we try to stick a bit with
the CSS vocabulary so people can get the meaning faster?

-- 
Clément B.

Attachment: pgpImKU5eCqxG.pgp
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to