On Thu, Jun 11, 2009 at 10:05:32AM +0200, faust3 wrote:
>
> Log:
> use brackets for the if branch to improve readability
>
> --- wmapro/wma3dec.c Thu Jun 11 10:00:05 2009 (r4411)
> +++ wmapro/wma3dec.c Thu Jun 11 10:05:31 2009 (r4412)
> @@ -441,9 +441,9 @@ static int wma_decode_tilehdr(WMA3Decode
>
> - else if (s->max_num_subframes == 16) {
> + }else if (s->max_num_subframes == 16) {
If you wanted to improve readability, a space between '{' and 'else'
would not have hurt ;-)
Diego
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc