[Ffmpeg-devel] Re: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c, 1.72, 1.73

Michael Niedermayer michaelni
Fri Feb 24 19:28:04 CET 2006


Hi

On Fri, Feb 24, 2006 at 09:50:54AM -0800, Roman Shaposhnick wrote:
> On Fri, Feb 24, 2006 at 09:50:20AM +0100, Michael Niedermayer wrote:
> > > >                         } else {
> > > > +                           if(b->next[k] >= mb_area_start[a+1] && b->next[k]<64){
> > > > +                                for(a2=a+1; b->next[k] >= mb_area_start[a2+1]; a2++);
> > > > +                                assert(a2<4);
> > > > +                                assert(b->mb[b->next[k]]);
> > > 
> > >   Why these particular asserts ? 
> > 
> > no special reason ...
> 
>   Do they really have to be there then ? Just from a read  

well, remove them if you want

[...]
-- 
Michael





More information about the ffmpeg-devel mailing list