[FFmpeg-soc] [soc]: r4412 - wmapro/wma3dec.c
Diego Biurrun
diego at biurrun.de
Thu Jun 11 12:21:46 CEST 2009
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
More information about the FFmpeg-soc
mailing list