diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-03 13:42:16 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-03 13:42:16 +0000 |
commit | 95f03cf31f8d611e86d1dbb2d1ac84ff3f40bb41 (patch) | |
tree | a3babdf3ee6826b005914084be9b7a3d5611339a /libavformat | |
parent | f3e71942e77fa8dcea62f9e4eebbbbdfbf062b61 (diff) | |
download | ffmpeg-95f03cf31f8d611e86d1dbb2d1ac84ff3f40bb41.tar.gz |
Reindent after r17764.
Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpdec.c | 4 |
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; } |