1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-25 02:41:50 +02:00

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
This commit is contained in:
Mike Scheutzow 2010-01-13 20:26:59 +00:00 committed by Baptiste Coudurier
parent 906c16a11a
commit 6b18a3f5ba

View File

@ -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;