[FFmpeg-cvslog] r17765 - trunk/libavformat/rtpdec.c
rbultje
subversion
Tue Mar 3 14:42:17 CET 2009
Author: rbultje
Date: Tue Mar 3 14:42:16 2009
New Revision: 17765
Log:
Reindent after r17764.
Modified:
trunk/libavformat/rtpdec.c
Modified: trunk/libavformat/rtpdec.c
==============================================================================
--- trunk/libavformat/rtpdec.c Tue Mar 3 14:41:50 2009 (r17764)
+++ trunk/libavformat/rtpdec.c Tue Mar 3 14:42:16 2009 (r17765)
@@ -538,8 +538,8 @@ int rtp_parse_packet(RTPDemuxContext *s,
}
}
- // now perform timestamp things....
- finalize_packet(s, pkt, timestamp);
+ // now perform timestamp things....
+ finalize_packet(s, pkt, timestamp);
return rv;
}
More information about the ffmpeg-cvslog
mailing list