Alexey Lebedeff <bina...@...> 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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
