Luca Barbato <[email protected]> writes: > On 15/12/11 09:04, Alex Smith wrote: >> --- >> Changelog | 1 + >> LICENSE | 1 - >> Makefile | 3 +- >> cmdutils.c | 2 - >> configure | 9 +- >> doc/APIchanges | 4 +- >> libavutil/avutil.h | 1 - >> libpostproc/Makefile | 6 - >> libpostproc/libpostproc.v | 4 - >> libpostproc/postprocess.c | 1071 -------- >> libpostproc/postprocess.h | 104 - >> libpostproc/postprocess_altivec_template.c | 1215 ---------- >> libpostproc/postprocess_internal.h | 179 -- >> libpostproc/postprocess_template.c | 3632 >> ---------------------------- >> 14 files changed, 6 insertions(+), 6226 deletions(-) >> delete mode 100644 libpostproc/Makefile >> delete mode 100644 libpostproc/libpostproc.v >> delete mode 100644 libpostproc/postprocess.c >> delete mode 100644 libpostproc/postprocess.h >> delete mode 100644 libpostproc/postprocess_altivec_template.c >> delete mode 100644 libpostproc/postprocess_internal.h >> delete mode 100644 libpostproc/postprocess_template.c >> > > It has a number of users (MPlayer, VLC) and given how simple the api > is might be a good thing trying to clean it up.
The API is one of the horrible things about this library. The other is the implementation. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
