On Tue, Aug 04, 2009 at 09:28:07PM +0200, bwolowiec wrote: > > --- spdif/spdif.c Tue Aug 4 02:37:55 2009 (r4938) > +++ spdif/spdif.c Tue Aug 4 21:28:07 2009 (r4939) > @@ -188,7 +188,7 @@ static int spdif_write_packet(struct AVF > > - ctx->pkt_size = ((pkt->size+1)>>1)<<4; //TODO simplify? > + ctx->pkt_size = ((pkt->size+1)>>1)<<4;
Note: Such code could profit from spaces around operators. Diego _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
