[SCM] libav/experimental: reindent
    siretart at users.alioth.debian.org 
    siretart at users.alioth.debian.org
       
    Sun Jun 30 16:41:11 UTC 2013
    
    
  
The following commit has been merged in the experimental branch:
commit d168b3fd2df017881293d1e47e02d374c27ceec5
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 11 08:05:18 2009 +0000
    reindent
    
    Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 991452f..1420e6f 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -592,7 +592,7 @@ static int mov_find_codec_tag(AVFormatContext *s, MOVTrack *track)
              tag == MKTAG('t','e','x','t')))
             track->tag = tag; // keep original tag
         else
-        tag = codec_get_tag(codec_ipod_tags, track->enc->codec_id);
+            tag = codec_get_tag(codec_ipod_tags, track->enc->codec_id);
         if (!match_ext(s->filename, "m4a") && !match_ext(s->filename, "m4v"))
             av_log(s, AV_LOG_WARNING, "Warning, extension is not .m4a nor .m4v "
                    "Quicktime/Ipod might not play the file\n");
-- 
Libav/FFmpeg packaging
    
    
More information about the pkg-multimedia-commits
mailing list