Commit 4f33e85e authored by rbultje's avatar rbultje

Reindent something that looks weird.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16138 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f6e78ea9
......@@ -116,7 +116,8 @@ static int rm_read_audio_stream_info(AVFormatContext *s, ByteIOContext *pb,
rm->sub_packet_size = sub_packet_size = get_be16(pb); /* sub packet size */
get_be16(pb); /* ??? */
if (((version >> 16) & 0xff) == 5) {
get_be16(pb); get_be16(pb); get_be16(pb); }
get_be16(pb); get_be16(pb); get_be16(pb);
}
st->codec->sample_rate = get_be16(pb);
get_be32(pb);
st->codec->channels = get_be16(pb);
......
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