Ryo Hirafuji wrote: > Oh, I'm sorry. > Here is a patch. > It includes changes of allfilters.c and Makefile. >
Please do not top post, please remember that ffmpeg has a coding style that is enforced: you must not use tabs but 4spaces to indent your code. Function arguments should be separated by a space and the opening bracket could be put the next like. the split and the rest of the argv parsing could be simplified by using libc functions (check strtok) or using avoption. lu PS: what about moving opt.c from libavcodec to libavutil? -- Luca Barbato Gentoo Council Member Gentoo/linux Gentoo/PPC http://dev.gentoo.org/~lu_zero _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
