[FFmpeg-devel] [PATCH 2/6] wmalossless: allow calling madd_int16

Michael Niedermayer michael at niedermayer.cc
Mon Apr 18 20:09:21 CEST 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160418/aed97f84/attachment.sig>


More information about the ffmpeg-devel mailing list