diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2022-09-30 02:00:31 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2022-10-08 22:55:31 +0800 |
commit | 2205ccd216bac64c08f2c3c7246dd19da745ef8d (patch) | |
tree | e6d18853a95f274e533cd5bb5985bfddce5efc45 /doc/muxers.texi | |
parent | ba30744213c8ee8df2281a681f41c56c8f4d88b5 (diff) | |
download | ffmpeg-2205ccd216bac64c08f2c3c7246dd19da745ef8d.tar.gz |
avformat/mpegtsenc: add omit_rai flag
Add PCR at keyframe can be undesirable when -pcr_period is
specified. Add an flag to disable this behavior.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index b2f4326aae..4edbb22b00 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1915,6 +1915,8 @@ Conform to System B (DVB) instead of System A (ATSC). Mark the initial packet of each stream as discontinuity. @item nit Emit NIT table. +@item omit_rai +Disable writing of random access indicator. @end table @item mpegts_copyts @var{boolean} |