From cec0eea8ac9caf96f400b0bb7bcbf78128ff3ac1 Mon Sep 17 00:00:00 2001 From: rbultje Date: Tue, 3 Mar 2009 13:42:16 +0000 Subject: [PATCH] Reindent after r17764. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17765 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/rtpdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 764385dd2..4a5257bc6 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; } -- 2.11.4.GIT