[FFmpeg-cvslog] r16138 - trunk/libavformat/rmdec.c
rbultje
subversion
Sun Dec 14 23:24:58 CET 2008
Author: rbultje
Date: Sun Dec 14 23:24:58 2008
New Revision: 16138
Log:
Reindent something that looks weird.
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c (original)
+++ trunk/libavformat/rmdec.c Sun Dec 14 23:24:58 2008
@@ -116,7 +116,8 @@ static int rm_read_audio_stream_info(AVF
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);
More information about the ffmpeg-cvslog
mailing list