[SCM] libav/experimental: Reindent after r18010.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:31 UTC 2013


The following commit has been merged in the experimental branch:
commit c8829279574f250a7f34eaa0def602cce6f5eabc
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon Mar 16 13:01:02 2009 +0000

    Reindent after r18010.
    
    Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 197f9db..9b5f1e6 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -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;
         }
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index f3e51a1..90f07a4 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list