This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Reindent after r17764.
Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ronald S. Bultje
17 years ago
parent
f3e71942e7
commit
95f03cf31f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavformat/rtpdec.c
+ 2
- 2
libavformat/rtpdec.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save