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

ods15 at ods15.dyndns.org ods15
Sat Aug 11 09:34:46 CEST 2007


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; ?..

- ods15




More information about the ffmpeg-cvslog mailing list