[FFmpeg-devel] [PATCH] Possible bugfix for matroskadec.c

Uoti Urpala uoti.urpala
Fri Aug 10 17:16:28 CEST 2007


On Fri, 2007-08-10 at 17:10 +0200, Aurelien Jacobs wrote:
> On Fri, 10 Aug 2007 10:57:05 +0200
> Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> > matroskadec.c(2385): warning #186: pointless comparison of unsigned
> > integer with zero
> > if (cluster_time != (uint64_t)-1 && cluster_time + block_time >= 0)
> 
> cluster_time + block_time is not unsigned ! I would consider this is
> a bug in icc...

It is unsigned. uint64_t cluster_time





More information about the ffmpeg-devel mailing list