[FFmpeg-devel] [PATCH 3/3] doc/muxers: Document range for mpegts periods

Michael Niedermayer michael at niedermayer.cc
Sat Oct 17 18:33:13 CEST 2015


On Fri, Oct 16, 2015 at 03:09:21PM -0400, Derek Buitenhuis wrote:
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
>  doc/muxers.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 06483fa..cef04e1 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -802,9 +802,9 @@ Set a constant muxrate (default VBR).
>  Override the default PCR retransmission time (default 20ms), ignored
>  if variable muxrate is selected.
>  @item pat_period @var{number}
> -Maximal time in seconds between PAT/PMT tables.
> +Maximal time in seconds between PAT/PMT tables. Max value is INT_MAX / 2 - 1.
>  @item sdt_period @var{number}
> -Maximal time in seconds between SDT tables.
> +Maximal time in seconds between SDT tables. Max value is INT_MAX / 2 - 1.

iam unsure about this, INT_MAX is theoretically platform specific and
most non developers probably dont know its value
that said, iam not against it at all, just feels like this cant be
the best solution

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151017/211366ab/attachment.sig>


More information about the ffmpeg-devel mailing list