]> git.sesse.net Git - ffmpeg/commitdiff
Reindent after r18010.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 13:01:02 +0000 (13:01 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 16 Mar 2009 13:01:02 +0000 (13:01 +0000)
Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rdt.c
libavformat/rmdec.c

index 197f9db46e1f081c6b9a89e0452c90a15f8917c7..9b5f1e607a0e87aaf5f4fccc553bc0a12a3abdec 100644 (file)
@@ -314,9 +314,9 @@ rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st,
             return res;
         if (res > 0) {
             if (st->codec->codec_id == CODEC_ID_AAC) {
-            memcpy (rdt->buffer, buf + pos, len - pos);
-            rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0,
-                                                NULL, NULL, NULL, NULL);
+                memcpy (rdt->buffer, buf + pos, len - pos);
+                rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0,
+                                                    NULL, NULL, NULL, NULL);
             }
             goto get_cache;
         }
index f3e51a173166a2c916137ec69186cc5926b25f53..90f07a4f09077bfbdc0bb3ffd37b09d5fe907517 100644 (file)
@@ -691,7 +691,7 @@ ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
         ast->audiotimestamp = AV_NOPTS_VALUE;
         pkt->flags = PKT_FLAG_KEY;
     } else
-    pkt->flags = 0;
+        pkt->flags = 0;
     pkt->stream_index = st->index;
 
     return rm->audio_pkt_cnt;