Commit 70fd383f authored by bcoudurier's avatar bcoudurier

cosmetics, remove useless parenthesis and whitespaces

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16213 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f9eee191
......@@ -1034,8 +1034,8 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment