[SCM] libav/experimental: cosmetics: Reindent.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:11:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 8f8fae80b2d86e3b58da73b52c24e9924fbbe16d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 2 18:53:38 2008 +0000

    cosmetics: Reindent.
    
    Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 9f733df..959419e 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -717,7 +717,7 @@ resync:
             goto resync;
 
         if(flags&2 && (seq&0x7F) == 1)
-                av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
+            av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
     }
 
     return 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list