On Mon, Apr 18, 2016 at 03:07:27PM +0200, Christophe Gisquet wrote:
> This is done by actually handling the cascaded LMS data as if it
> were int16_t, thus requiring switching at various locations the
> computations.
> ---
>  libavcodec/wmalosslessdec.c | 61 
> +++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 61 insertions(+)

this causes a few new warnings

libavcodec/wmalosslessdec.c: In function ‘lms_update’:
libavcodec/wmalosslessdec.c:739:31: warning: initialization from incompatible 
pointer type [enabled by default]
libavcodec/wmalosslessdec.c:740:28: warning: initialization from incompatible 
pointer type [enabled by default]
libavcodec/wmalosslessdec.c: In function ‘revert_cdlms’:
libavcodec/wmalosslessdec.c:829:31: warning: initialization from incompatible 
pointer type [enabled by default]
libavcodec/wmalosslessdec.c:830:35: warning: initialization from incompatible 
pointer type [enabled by default]
libavcodec/wmalosslessdec.c:831:32: warning: initialization from incompatible 
pointer type [enabled by default]

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Into a blind darkness they enter who follow after the Ignorance,
they as if into a greater darkness enter who devote themselves
to the Knowledge alone. -- Isha Upanishad

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to