[FFmpeg-soc] libavfilter - filter for .ass subtitle rendering using libass

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Feb 24 18:53:35 CET 2009


Alexey Lebedeff <binarin at ...> writes:

>  AL> If there is any interest in it, I'll do some cleanup to code,
>  AL> properly integrate it into build process, and share the results.
> 
> Here is the very primitive patch to libavfilter Makefile, and source
> of filter itself. No proper build process integration yet.

Just a few comments that have nothing to do with the actual patch, but are none
the less needed for inclusion:
Tabs are forbidden
Trailing whitespace is forbidden (use grep " $" to find)
Try hard to avoid forward declarations: parse_args()
Try to avoid typedef (AssContext)

Carl Eugen





More information about the FFmpeg-soc mailing list