You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
Reindent after last commit
Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -367,8 +367,8 @@ static void finalize_packet(RTPDemuxContext *s, AVPacket *pkt, uint32_t timestam
|
|||||||
{
|
{
|
||||||
if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE) {
|
if (s->last_rtcp_ntp_time != AV_NOPTS_VALUE) {
|
||||||
int64_t addend;
|
int64_t addend;
|
||||||
|
|
||||||
int delta_timestamp;
|
int delta_timestamp;
|
||||||
|
|
||||||
/* compute pts from timestamp with received ntp_time */
|
/* compute pts from timestamp with received ntp_time */
|
||||||
delta_timestamp = timestamp - s->last_rtcp_timestamp;
|
delta_timestamp = timestamp - s->last_rtcp_timestamp;
|
||||||
/* convert to the PTS timebase */
|
/* convert to the PTS timebase */
|
||||||
|
Reference in New Issue
Block a user