Re: [libav-devel] [PATCH v3] Canopus Lossless decoder

2012-08-01 Thread Johan Andersson
On Wed, Aug 01, 2012 at 01:50:32PM -0400, Derek Buitenhuis wrote: > diff --git a/libavcodec/version.h b/libavcodec/version.h > index acad4d4..a74b0ad 100644 > --- a/libavcodec/version.h > +++ b/libavcodec/version.h > @@ -27,7 +27,7 @@ > */ > > #define LIBAVCODEC_VERSION_MAJOR 54 > -#define LIB

Re: [libav-devel] [PATCH v3] Canopus Lossless decoder

2012-08-01 Thread Kostya Shishkov
On Wed, Aug 01, 2012 at 01:50:32PM -0400, Derek Buitenhuis wrote: > At the moment it only does BGR24, but I plan to add the rest after. > > Signed-off-by: Derek Buitenhuis > --- > Changelog |1 + > doc/general.texi |1 + > libavcodec/Makefile|1 + > libavcodec/

[libav-devel] [PATCH v3] Canopus Lossless decoder

2012-08-01 Thread Derek Buitenhuis
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis --- Changelog |1 + doc/general.texi |1 + libavcodec/Makefile|1 + libavcodec/allcodecs.c |1 + libavcodec/avcodec.h |1 + libavcodec/cllc.c | 2