[FFmpeg-soc] [soc]: r4939 - spdif/spdif.c

Diego Biurrun diego at biurrun.de
Wed Aug 5 11:22:33 CEST 2009


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


More information about the FFmpeg-soc mailing list