[SCM] libav/experimental: fix indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:10:42 UTC 2013


The following commit has been merged in the experimental branch:
commit b356f75d465779892b924b91227ffdace2c1eef0
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu Dec 20 09:51:11 2007 +0000

    fix indentation
    
    Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index d0679e8..042c2b5 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -686,7 +686,7 @@ static int mov_write_video_tag(ByteIOContext *pb, MOVTrack* track)
         mov_write_avcc_tag(pb, track);
     else if(track->enc->codec_id == CODEC_ID_DNXHD)
         mov_write_avid_tag(pb, track);
-   else if(track->vosLen > 0)
+    else if(track->vosLen > 0)
         mov_write_glbl_tag(pb, track);
 
     return updateSize (pb, pos);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list