From 95f03cf31f8d611e86d1dbb2d1ac84ff3f40bb41 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 3 Mar 2009 13:42:16 +0000 Subject: [PATCH] Reindent after r17764. Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 764385dd27..4a5257bc6d 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; } -- GitLab