OSDN Git Service

More reindent, forgotten in previous commit.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 13:23:29 +0000 (13:23 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 13:23:29 +0000 (13:23 +0000)
Originally committed as revision 18014 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rmdec.c

index b4e051b..4ec6d88 100644 (file)
@@ -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;