Jordi Ortiz <[email protected]> writes: > --- > libavcodec/Makefile | 4 +-- > libavcodec/dwt.c | 53 +-------------------------------- > libavcodec/dwt.h | 12 -------- > libavcodec/snow.c | 1 + > libavcodec/snow_dwt.c | 73 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/snow_dwt.h | 36 +++++++++++++++++++++++ > libavcodec/x86/snowdsp.c | 3 +- > 7 files changed, 115 insertions(+), 67 deletions(-) > create mode 100644 libavcodec/snow_dwt.c > create mode 100644 libavcodec/snow_dwt.h
Just put snow specifics in snow*.[ch]. There's no need to add even more files for that unholy mess. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
