1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Reindent after r17764.

Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje 2009-03-03 13:42:16 +00:00
parent f3e71942e7
commit 95f03cf31f

View File

@ -538,8 +538,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
} }
} }
// now perform timestamp things.... // now perform timestamp things....
finalize_packet(s, pkt, timestamp); finalize_packet(s, pkt, timestamp);
return rv; return rv;
} }