On Fri, Oct 19, 2012 at 09:55:40PM +0200, Luca Barbato wrote: > --- > libavcodec/Makefile | 4 +- > libavcodec/ffv1.c | 1612 > +------------------------------------------------- > libavcodec/ffv1.h | 184 ++++++ > libavcodec/ffv1dec.c | 636 ++++++++++++++++++++ > libavcodec/ffv1enc.c | 871 +++++++++++++++++++++++++++ > 5 files changed, 1705 insertions(+), 1602 deletions(-) > create mode 100644 libavcodec/ffv1.h > create mode 100644 libavcodec/ffv1dec.c > create mode 100644 libavcodec/ffv1enc.c
LGTM except that it still has #endif /* AVCODEC_FFV1 */ instead of #endif /* AVCODEC_FFV1_H */ Please fix that before pushing. _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel