Mercurial > libavformat.hg
diff utils.c @ 1555:5f829140788e libavformat
cosmetics, remove braces, remove spaces just inside parens
| author | bcoudurier |
|---|---|
| date | Wed, 06 Dec 2006 17:17:33 +0000 |
| parents | 1eaba8bc0ab1 |
| children | 65b7b3ff4ed7 |
line wrap: on
line diff
--- a/utils.c Wed Dec 06 15:46:12 2006 +0000 +++ b/utils.c Wed Dec 06 17:17:33 2006 +0000 @@ -2288,12 +2288,10 @@ // if(pkt->dts < 0) // pkt->dts= 0; //this happens for low_delay=0 and b frames, FIXME, needs further invstigation about what we should do here - if( pkt->pts != AV_NOPTS_VALUE ) { + if (pkt->pts != AV_NOPTS_VALUE) pkt->pts &= pts_mask; - } - if( pkt->dts != AV_NOPTS_VALUE ) { + if (pkt->dts != AV_NOPTS_VALUE) pkt->dts &= pts_mask; - } } /**
