output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com

Originally committed as revision 21197 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Mike Scheutzow 15 years ago committed by Baptiste Coudurier
parent 906c16a11a
commit 6b18a3f5ba
  1. 3
      libavformat/mpegtsenc.c

@ -485,6 +485,9 @@ static int mpegts_write_header(AVFormatContext *s)
else
ts->mux_rate = total_bit_rate;
// output a PCR as soon as possible
service->pcr_packet_count = service->pcr_packet_period;
// adjust pcr
ts->cur_pcr /= ts->mux_rate;

Loading…
Cancel
Save