[FFmpeg-cvslog] r18011 - in trunk/libavformat: rdt.c rmdec.c

rbultje subversion
Mon Mar 16 14:01:03 CET 2009


Author: rbultje
Date: Mon Mar 16 14:01:02 2009
New Revision: 18011

Log:
Reindent after r18010.

Modified:
   trunk/libavformat/rdt.c
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rdt.c
==============================================================================
--- trunk/libavformat/rdt.c	Mon Mar 16 13:59:18 2009	(r18010)
+++ trunk/libavformat/rdt.c	Mon Mar 16 14:01:02 2009	(r18011)
@@ -314,9 +314,9 @@ rdt_parse_packet (AVFormatContext *ctx, 
             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;
         }

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	Mon Mar 16 13:59:18 2009	(r18010)
+++ trunk/libavformat/rmdec.c	Mon Mar 16 14:01:02 2009	(r18011)
@@ -691,7 +691,7 @@ ff_rm_retrieve_cache (AVFormatContext *s
         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;




More information about the ffmpeg-cvslog mailing list