Reindent after r17764.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 13:42:16 +0000 (13:42 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 13:42:16 +0000 (13:42 +0000)
Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpdec.c

index 764385d..4a5257b 100644 (file)
@@ -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;
 }