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/version.h | 2 +- > libavcodec/vima.c | 218 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 232 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/vima.c > > diff --git a/Changelog b/Changelog > index 11b31cc..6f4baea 100644 > --- a/Changelog > +++ b/Changelog > @@ -14,6 +14,7 @@ version <next>: > - support encoding and decoding 4-channel SGI images > - support decoding 16-bit RLE SGI images > - LucasArts SMUSH SANM video decoder > +- LucasArts SMUSH VIMA audio decoder (ADPCM) >
Seems fine. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
