[FFmpeg-cvslog] r16369 - in trunk/libavformat: rdt.c rm.h

rbultje subversion
Sun Dec 28 06:59:11 CET 2008


Author: rbultje
Date: Sun Dec 28 06:59:11 2008
New Revision: 16369

Log:
Reindent after r16368.

Modified:
   trunk/libavformat/rdt.c
   trunk/libavformat/rm.h

Modified: trunk/libavformat/rdt.c
==============================================================================
--- trunk/libavformat/rdt.c	Sun Dec 28 06:58:23 2008	(r16368)
+++ trunk/libavformat/rdt.c	Sun Dec 28 06:59:11 2008	(r16369)
@@ -316,7 +316,8 @@ rdt_parse_packet (PayloadContext *rdt, A
         }
     } 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);

Modified: trunk/libavformat/rm.h
==============================================================================
--- trunk/libavformat/rm.h	Sun Dec 28 06:58:23 2008	(r16368)
+++ trunk/libavformat/rm.h	Sun Dec 28 06:59:11 2008	(r16369)
@@ -87,6 +87,6 @@ int ff_rm_parse_packet (AVFormatContext 
  *          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 */




More information about the ffmpeg-cvslog mailing list