On Fri, Oct 16, 2015 at 03:09:21PM -0400, Derek Buitenhuis wrote: > Signed-off-by: Derek Buitenhuis <derek.buitenh...@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.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel