[FFmpeg-devel] [PATCH] movtextdec: Use default style information from movtext header

Niklesh Lalwani niklesh.lalwani at iitb.ac.in
Sun Aug 9 21:48:58 CEST 2015


>
> > +
> > +typedef struct {
> > +    char *font;
> > +    int fontsize;
> > +    int color;
> > +    int back_color;
> > +    int bold;
> > +    int italic;
> > +    int underline;
> > +    int alignment;
> > +} Movtext_default;
> > +
>
> This name is inconsistent. Use MovTextDefault.
>

Yes, makes sense. Updated patch attached.

Thanks,
Niklesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-movtextdec-Use-default-style-information-from-movtex.patch
Type: text/x-patch
Size: 4414 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150810/c8e5d573/attachment.bin>


More information about the ffmpeg-devel mailing list