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
commit
95f03cf31f
1 changed files with 2 additions and 2 deletions
  1. +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;
}


Loading…
Cancel
Save