On 02/04/14 00:53, Vittorio Giovara wrote: > From: Paul B Mahol <[email protected]> > > Signed-off-by: Vittorio Giovara <[email protected]> > --- > Changelog | 1 + > doc/general.texi | 2 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/sanm.c | 1475 > +++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 8 files changed, 1489 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/sanm.c > > diff --git a/Changelog b/Changelog > index c60c393..11b31cc 100644 > --- a/Changelog > +++ b/Changelog > @@ -13,6 +13,7 @@ version <next>: > - OpenEXR image decoder > - support encoding and decoding 4-channel SGI images > - support decoding 16-bit RLE SGI images > +- LucasArts SMUSH SANM video decoder >
Beside overly long functions that might be cleanly split seems fine to me. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
