diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:23:29 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:23:29 +0000 |
commit | 508fe07ab323d8e11fd06d59700be459623f2a9d (patch) | |
tree | 50b917c51ed52ec99a1445686f8fa7d9b319d8b7 | |
parent | 2d6f3014701d891b5a461fb86d127c53ca410943 (diff) | |
download | ffmpeg-508fe07ab323d8e11fd06d59700be459623f2a9d.tar.gz |
More reindent, forgotten in previous commit.
Originally committed as revision 18014 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rmdec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index b4e051b279..4ec6d88d48 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -679,9 +679,9 @@ ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb, if (++(ast->sub_packet_cnt) < h) return -1; - ast->sub_packet_cnt = 0; - rm->audio_stream_num = st->index; - rm->audio_pkt_cnt = h * w / st->codec->block_align; + ast->sub_packet_cnt = 0; + rm->audio_stream_num = st->index; + rm->audio_pkt_cnt = h * w / st->codec->block_align; } else if (st->codec->codec_id == CODEC_ID_AAC) { int x; rm->audio_stream_num = st->index; |