Commit 9bb48d9f authored by aurel's avatar aurel

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ba49921
......@@ -271,8 +271,7 @@ static int ea_read_header(AVFormatContext *s,
st->codec->bits_per_sample = ea->bytes * 8;
st->codec->bit_rate = st->codec->channels * st->codec->sample_rate *
st->codec->bits_per_sample / 4;
st->codec->block_align = st->codec->channels * st->codec->bits_per_sample;
st->codec->block_align = st->codec->channels*st->codec->bits_per_sample;
ea->audio_stream_index = st->index;
ea->audio_frame_counter = 0;
}
......
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