mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
lavf: remove disabled FF_API_MUXRATE cruft
This commit is contained in:
parent
2f5e728b58
commit
f0cb13958d
5 changed files with 0 additions and 22 deletions
|
@ -549,11 +549,6 @@ static int mpegts_write_header(AVFormatContext *s)
|
|||
service->pcr_pid = ts_st->pid;
|
||||
}
|
||||
|
||||
#if FF_API_MUXRATE
|
||||
if (s->mux_rate)
|
||||
ts->mux_rate = s->mux_rate;
|
||||
#endif
|
||||
|
||||
if (ts->mux_rate > 1) {
|
||||
service->pcr_packet_period = (ts->mux_rate * PCR_RETRANS_TIME) /
|
||||
(TS_PACKET_SIZE * 8 * 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue