From 368f58109e3b9a1686d4c79a0c28611dd3439878 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Sun, 29 Mar 2026 16:28:48 +0800 Subject: [PATCH] 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 --- 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}