[FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: Move bitstream end check out of inner loop

Paul B Mahol onemda at gmail.com
Tue Jun 27 23:51:34 EEST 2017


On 6/27/17, Michael Niedermayer <michael at 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 *}***


More information about the ffmpeg-devel mailing list