[SCM] libav/experimental: Remove some spaces to keep certain people's eyes from hurting.

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


The following commit has been merged in the experimental branch:
commit 9b41eb37a12a7d649595ccfe5105e684c53ab3e6
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 16 22:47:51 2008 +0000

    Remove some spaces to keep certain people's eyes from hurting.
    
    Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index c5c3969..8481705 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -716,7 +716,7 @@ resync:
         if (ff_rm_parse_packet (s, st, len, pkt, &seq, &flags, &timestamp) < 0)
             goto resync;
 
-        if( (flags&2) && (seq&0x7F) == 1 )
+        if((flags&2) && (seq&0x7F) == 1)
             av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list