[SCM] libav/experimental: Reindent after r17764.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:40:22 UTC 2013


The following commit has been merged in the experimental branch:
commit 95f03cf31f8d611e86d1dbb2d1ac84ff3f40bb41
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue Mar 3 13:42:16 2009 +0000

    Reindent after r17764.
    
    Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index 764385d..4a5257b 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -538,8 +538,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
         }
     }
 
-        // now perform timestamp things....
-        finalize_packet(s, pkt, timestamp);
+    // now perform timestamp things....
+    finalize_packet(s, pkt, timestamp);
 
     return rv;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list