On 6/27/17, Michael Niedermayer <mich...@niedermayer.cc> wrote:
> On Tue, Jun 27, 2017 at 09:47:31PM +0200, Michael Niedermayer wrote:
>
> "Summary email is empty, skipping it"
>
> somehow the summary mail for the thread was lost ...
>
> it basically said thats a bunch of trivial optimizations surrounding
> the vlc reader loop.

libavcodec/utvideodec.c: In function ***decode_plane10***:
libavcodec/utvideodec.c:193:27: warning: passing argument 2 of
***c->bdsp.bswap_buf*** from incompatible pointer type
[-Wincompatible-pointer-types]
src + slice_data_start + c->slices * 4,
^~~
libavcodec/utvideodec.c:193:27: note: expected ***const uint32_t *
{aka const unsigned int *}*** but argument is of type ***const uint8_t
* {aka const unsigned char *}***
libavcodec/utvideodec.c: In function ***decode_plane***:
libavcodec/utvideodec.c:298:27: warning: passing argument 2 of
***c->bdsp.bswap_buf*** from incompatible pointer type
[-Wincompatible-pointer-types]
src + slice_data_start + c->slices * 4,
^~~
libavcodec/utvideodec.c:298:27: note: expected ***const uint32_t *
{aka const unsigned int *}*** but argument is of type ***const uint8_t
* {aka const unsigned char *}***
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to