This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 368f58109e3b9a1686d4c79a0c28611dd3439878 Author: Jun Zhao <[email protected]> AuthorDate: Sun Mar 29 16:28:48 2026 +0800 Commit: Jun Zhao <[email protected]> CommitDate: Sun Mar 29 11:06:36 2026 +0000 doc/muxers: fix mpegts muxer documentation Fix the default value of mpegts_original_network_id from 0x0001 to 0xff01 to match the actual code (DVB_PRIVATE_NETWORK_START). Add the missing hevc_digital_hdtv service type to the mpegts_service_type option list. Signed-off-by: Jun Zhao <[email protected]> --- doc/muxers.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index d27523e199..d8b3ca4a8c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -3069,7 +3069,7 @@ Default is @code{0x0001}. Set the @samp{original_network_id}. This is unique identifier of a network in DVB. Its main use is in the unique identification of a service through the path @samp{Original_Network_ID, Transport_Stream_ID}. Default -is @code{0x0001}. +is @code{0xff01}. @item mpegts_service_id @var{integer} Set the @samp{service_id}, also known as program in DVB. Default is @@ -3096,6 +3096,8 @@ MPEG2 Digital HDTV service. Advanced Codec Digital SDTV service. @item advanced_codec_digital_hdtv Advanced Codec Digital HDTV service. +@item hevc_digital_hdtv +HEVC Digital Television service. @end table @item mpegts_pmt_start_pid @var{integer} _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
