# HG changeset patch # User bcoudurier # Date 1229591923 0 # Node ID e536841c1aeb6692638315cfc1715d38b96280f0 # Parent 30262468fff40b33bfa6f7484389dcf42417cb5d cosmetics, remove useless parenthesis and whitespaces diff -r 30262468fff4 -r e536841c1aeb mov.c --- a/mov.c Thu Dec 18 09:17:19 2008 +0000 +++ b/mov.c Thu Dec 18 09:18:43 2008 +0000 @@ -1034,8 +1034,8 @@ break; case CODEC_ID_ALAC: if (st->codec->extradata_size == 36) { - st->codec->frame_size = AV_RB32((st->codec->extradata+12)); - st->codec->channels = AV_RB8 (st->codec->extradata+21); + st->codec->frame_size = AV_RB32(st->codec->extradata+12); + st->codec->channels = AV_RB8 (st->codec->extradata+21); } break; default: