[SCM] libav/experimental: More reindent, forgotten in previous commit.

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 508fe07ab323d8e11fd06d59700be459623f2a9d
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon Mar 16 13:23:29 2009 +0000

    More reindent, forgotten in previous commit.
    
    Originally committed as revision 18014 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index b4e051b..4ec6d88 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -679,9 +679,9 @@ ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb,
 
             if (++(ast->sub_packet_cnt) < h)
                 return -1;
-                ast->sub_packet_cnt = 0;
-                rm->audio_stream_num = st->index;
-                rm->audio_pkt_cnt = h * w / st->codec->block_align;
+             ast->sub_packet_cnt = 0;
+             rm->audio_stream_num = st->index;
+             rm->audio_pkt_cnt = h * w / st->codec->block_align;
         } else if (st->codec->codec_id == CODEC_ID_AAC) {
             int x;
             rm->audio_stream_num = st->index;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list