lavf: remove disabled FF_API_MUXRATE cruft

This commit is contained in:
Anton Khirnov 2012-01-12 13:31:55 +01:00
parent 2f5e728b58
commit f0cb13958d
5 changed files with 0 additions and 22 deletions

View file

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