Commit 6b18a3f5 authored by Mike Scheutzow's avatar Mike Scheutzow Committed by Baptiste Coudurier

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
parent 906c16a1
...@@ -485,6 +485,9 @@ static int mpegts_write_header(AVFormatContext *s) ...@@ -485,6 +485,9 @@ static int mpegts_write_header(AVFormatContext *s)
else else
ts->mux_rate = total_bit_rate; ts->mux_rate = total_bit_rate;
// output a PCR as soon as possible
service->pcr_packet_count = service->pcr_packet_period;
// adjust pcr // adjust pcr
ts->cur_pcr /= ts->mux_rate; ts->cur_pcr /= ts->mux_rate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment