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

Michael Niedermayer michael at niedermayer.cc
Wed Jun 28 15:08:41 EEST 2017


On Tue, Jun 27, 2017 at 10:52:42PM +0200, Paul B Mahol wrote:
> On 6/27/17, Paul B Mahol <onemda at gmail.com> wrote:
> > 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 *}***
> >
> 
> Except this, patchset LGTM.

fixed, applied

thx

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

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- 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/20170628/1bdbd44e/attachment.sig>


More information about the ffmpeg-devel mailing list