[FFmpeg-cvslog] r10032 - trunk/libavformat/nutenc.c

Tomáš Janoušek tomi
Sat Aug 11 11:23:45 CEST 2007


Hi,

On Sat, Aug 11, 2007 at 10:34:46AM +0300, ods15 at ods15.dyndns.org wrote:
> On Thu, Aug 09, 2007 at 11:01:22PM +0200, michael wrote:
> > +        if(flags & FLAG_CODED){
> > +            length++;
> > +            flags &= ~needed_flags;
> > +            flags |=  needed_flags;
> > +        }
> 
> Isn't this simply.. flags = needed_flags; ?..

flags |= needed_flags; actually.

-- 
Tom?? Janou?ek, a.k.a. Liskni_si, http://work.lisk.in/




More information about the ffmpeg-cvslog mailing list