[FFmpeg-devel] [PATCH] lavfi: add subtitles filter.

Clément Bœsch ubitux at gmail.com
Tue Dec 4 01:54:50 CET 2012


On Thu, Nov 29, 2012 at 04:25:39PM +0100, Clément Bœsch wrote:
[...]
> > > +AVFilter avfilter_vf_subtitles = {
> > > +    .name          = "subtitles",
> > > +    .description   = NULL_IF_CONFIG_SMALL("Render subtitles onto input video using the libass library."),
> > > +    .priv_size     = sizeof(AssContext),
> > > +    .init          = init_subtitles,
> > > +    .uninit        = uninit,
> > > +    .query_formats = query_formats,
> > > +    .inputs        = ass_inputs,
> > > +    .outputs       = ass_outputs,
> > > +    .priv_class    = &subtitles_class,
> > > +};
> > > +#endif
> > 
> > Very nice "hack" otherwise ;-).
> 
> :)
> 
> I'll give a few more days and apply.
> 

Applied with slight changes. Thanks for the review.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121204/21ef0176/attachment.asc>


More information about the ffmpeg-devel mailing list