[SCM] libav/experimental: Indentation cleanup

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 451b353d877191d9c27fac707ad811598427409f
Author: Peter Ross <pross at xvid.org>
Date:   Wed Feb 3 09:58:14 2010 +0000

    Indentation cleanup
    
    Originally committed as revision 21624 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/iff.c b/libavformat/iff.c
index 0778bf4..b85ab3f 100644
--- a/libavformat/iff.c
+++ b/libavformat/iff.c
@@ -256,14 +256,14 @@ static int iff_read_packet(AVFormatContext *s,
         pkt->flags |= PKT_FLAG_KEY;
 
     if(s->streams[0]->codec->codec_type == CODEC_TYPE_AUDIO) {
-    iff->sent_bytes += PACKET_SIZE;
+        iff->sent_bytes += PACKET_SIZE;
     } else {
         iff->sent_bytes = iff->body_size;
     }
     pkt->stream_index = 0;
     if(s->streams[0]->codec->codec_type == CODEC_TYPE_AUDIO) {
-    pkt->pts = iff->audio_frame_count;
-    iff->audio_frame_count += ret / s->streams[0]->codec->channels;
+        pkt->pts = iff->audio_frame_count;
+        iff->audio_frame_count += ret / s->streams[0]->codec->channels;
     }
     return ret;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list