[FFmpeg-devel] [PATCH] vc1dec: fix sign of pointer-to-scantable variables

Reimar Döffinger Reimar.Doeffinger
Sun Jun 27 21:37:52 CEST 2010


On Sun, Jun 27, 2010 at 10:25:01PM +0300, Kostya wrote:
> On Sun, Jun 27, 2010 at 08:22:38PM +0100, M?ns Rullg?rd wrote:
> > Reimar D?ffinger <Reimar.Doeffinger at gmx.de> writes:
> > 
> > > Hello,
> > > the scantables only contain positive values < 128 and their type is uint8_t.
> > > As such I think the zz_table variables in vc1dec.c should be uint8_t
> > > as well instead of int8_t.
> [...]
> > 
> > I agree.
> 
> +1

Good, applied. A bunch of warnings (at least for clang) less.



More information about the ffmpeg-devel mailing list