[SCM] libav/experimental: Fix indentation.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 0f46d685228293dd17ddf521271fe159a6ad4881
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Nov 21 11:07:04 2010 +0000

    Fix indentation.
    
    Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index 372a926..18077b5 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVEContext *s, ByteIOContext *pb,
     while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) {
 
         /* read the next chunk, wherever the file happens to be pointing */
-       if (url_feof(pb)) {
+        if (url_feof(pb)) {
             chunk_type = CHUNK_EOF;
             break;
         }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list