[Ffmpeg-cvslog] r7234 - trunk/libavformat/utils.c

Michael Niedermayer michaelni
Wed Dec 6 16:57:58 CET 2006


Hi

On Wed, Dec 06, 2006 at 04:53:29PM +0100, Reimar D?ffinger wrote:
> Hello,
> On Wed, Dec 06, 2006 at 04:46:12PM +0100, bcoudurier wrote:
> > -    pkt->pts &= pts_mask;
> > -    pkt->dts &= pts_mask;
> > +    if( pkt->pts != AV_NOPTS_VALUE ) {
> > +        pkt->pts &= pts_mask;
> > +    }
> > +    if( pkt->dts != AV_NOPTS_VALUE ) {
> > +        pkt->dts &= pts_mask;
> > +    }
> 
> Am I the only one who would have preferred this without the extra {}?

no, but i thought it wasnt worth the complaint and resubmit and rereview

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you really think that XML is the answer, then you definitly missunderstood
the question -- Attila Kinali




More information about the ffmpeg-cvslog mailing list