[FFmpeg-devel] [PATCH] movtextdec: Use default style information from movtext header
Philip Langdale
philipl at overt.org
Mon Aug 10 00:12:59 CEST 2015
On Mon, 10 Aug 2015 01:18:58 +0530
Niklesh Lalwani <niklesh.lalwani at iitb.ac.in> wrote:
> >
> > > +
> > > +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.
Pushed, thanks.
--phil
More information about the ffmpeg-devel
mailing list