[SCM] libav/experimental: Reindent after r16368.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:34:23 UTC 2013


The following commit has been merged in the experimental branch:
commit ade8fb4d758977345df6d7e1c55a6cdc0394e019
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Sun Dec 28 05:59:11 2008 +0000

    Reindent after r16368.
    
    Originally committed as revision 16369 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 10add82..a3e468d 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -316,7 +316,8 @@ rdt_parse_packet (PayloadContext *rdt, AVStream *st,
         }
     } else {
         rdt->audio_pkt_cnt =
-        ff_rm_retrieve_cache (rdt->rmctx, rdt->rmctx->pb, st, rdt->rmst[0], pkt);
+            ff_rm_retrieve_cache (rdt->rmctx, rdt->rmctx->pb,
+                                  st, rdt->rmst[0], pkt);
         if (rdt->audio_pkt_cnt == 0 &&
             st->codec->codec_id == CODEC_ID_AAC)
             av_freep(&rdt->rmctx->pb);
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 4e2a5b7..2f45c0f 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -87,6 +87,6 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb,
  *          function, or 0 if all samples have been retrieved.
  */
 int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
-                           AVStream *st, RMStream *rst, AVPacket *pkt);
+                          AVStream *st, RMStream *rst, AVPacket *pkt);
 
 #endif /* AVFORMAT_RM_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list