summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-08-08 09:25:31 +0200
committerMarton Balint <cus@passwd.hu>2019-08-14 23:25:28 +0200
commit59744637673d4fc1974e24f5a8e0137d104e16a1 (patch)
tree64e112a3fe8953a4924c70c9d923a2530d5ede6e /doc
parent88ac76be796025dfa7cc55124e881fbc59b7377a (diff)
avformat/mpegtsenc: remove deprecated resend_headers option
Deprecated since 2014. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index bc38cf6029..019eee6145 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1611,10 +1611,6 @@ Conform to System B (DVB) instead of System A (ATSC).
Mark the initial packet of each stream as discontinuity.
@end table
-@item resend_headers @var{integer}
-Reemit PAT/PMT before writing the next packet. This option is deprecated:
-use @option{mpegts_flags} instead.
-
@item mpegts_copyts @var{boolean}
Preserve original timestamps, if value is set to @code{1}. Default value
is @code{-1}, which results in shifting timestamps so that they start from 0.