summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-03-03 13:42:16 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-03-03 13:42:16 +0000
commit95f03cf31f8d611e86d1dbb2d1ac84ff3f40bb41 (patch)
treea3babdf3ee6826b005914084be9b7a3d5611339a /libavformat/rtpdec.c
parentf3e71942e77fa8dcea62f9e4eebbbbdfbf062b61 (diff)
Reindent after r17764.
Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r--libavformat/rtpdec.c4
1 files 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;
}