diff mbox

[FFmpeg-devel,1/2] docs/formats: fix max_interleave_delta default

Message ID 20190827073447.26947-1-cus@passwd.hu
State Accepted
Commit 73e0035812cc6e864a6c6b5de964b126bc0db5c3
Headers show

Commit Message

Marton Balint Aug. 27, 2019, 7:34 a.m. UTC
Signed-off-by: Marton Balint <cus@passwd.hu>
---
 doc/formats.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marton Balint Aug. 31, 2019, 4:25 p.m. UTC | #1
On Tue, 27 Aug 2019, Marton Balint wrote:

> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
> doc/formats.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/formats.texi b/doc/formats.texi
> index 729c77b01d..d689fbadfa 100644
> --- a/doc/formats.texi
> +++ b/doc/formats.texi
> @@ -139,7 +139,7 @@ Consider things that a sane encoder should not do as an error.
> 
> @item max_interleave_delta @var{integer} (@emph{output})
> Set maximum buffering duration for interleaving. The duration is
> -expressed in microseconds, and defaults to 1000000 (1 second).
> +expressed in microseconds, and defaults to 10000000 (10 seconds).
> 
> To ensure all the streams are interleaved correctly, libavformat will
> wait until it has at least one packet for each stream before actually

Ping. Seems trivial, but an extra set of eyes would be appreciated to make 
sure.

Thanks,
Marton
Gyan Doshi Aug. 31, 2019, 4:35 p.m. UTC | #2
On 31-08-2019 09:55 PM, Marton Balint wrote:
>
>
> On Tue, 27 Aug 2019, Marton Balint wrote:
>
>> Signed-off-by: Marton Balint <cus@passwd.hu>
>> ---
>> doc/formats.texi | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/doc/formats.texi b/doc/formats.texi
>> index 729c77b01d..d689fbadfa 100644
>> --- a/doc/formats.texi
>> +++ b/doc/formats.texi
>> @@ -139,7 +139,7 @@ Consider things that a sane encoder should not do 
>> as an error.
>>
>> @item max_interleave_delta @var{integer} (@emph{output})
>> Set maximum buffering duration for interleaving. The duration is
>> -expressed in microseconds, and defaults to 1000000 (1 second).
>> +expressed in microseconds, and defaults to 10000000 (10 seconds).
>>
>> To ensure all the streams are interleaved correctly, libavformat will
>> wait until it has at least one packet for each stream before actually
>
> Ping. Seems trivial, but an extra set of eyes would be appreciated to 
> make sure.

LGTM.

Gyan
Marton Balint Sept. 2, 2019, 8:01 p.m. UTC | #3
On Sat, 31 Aug 2019, Gyan wrote:

>
>
> On 31-08-2019 09:55 PM, Marton Balint wrote:
>>
>>
>> On Tue, 27 Aug 2019, Marton Balint wrote:
>>
>>> Signed-off-by: Marton Balint <cus@passwd.hu>
>>> ---
>>> doc/formats.texi | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/doc/formats.texi b/doc/formats.texi
>>> index 729c77b01d..d689fbadfa 100644
>>> --- a/doc/formats.texi
>>> +++ b/doc/formats.texi
>>> @@ -139,7 +139,7 @@ Consider things that a sane encoder should not do 
>>> as an error.
>>>
>>> @item max_interleave_delta @var{integer} (@emph{output})
>>> Set maximum buffering duration for interleaving. The duration is
>>> -expressed in microseconds, and defaults to 1000000 (1 second).
>>> +expressed in microseconds, and defaults to 10000000 (10 seconds).
>>>
>>> To ensure all the streams are interleaved correctly, libavformat will
>>> wait until it has at least one packet for each stream before actually
>>
>> Ping. Seems trivial, but an extra set of eyes would be appreciated to 
>> make sure.
>
> LGTM.

Thanks, applied.

Regards,
Marton
diff mbox

Patch

diff --git a/doc/formats.texi b/doc/formats.texi
index 729c77b01d..d689fbadfa 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -139,7 +139,7 @@  Consider things that a sane encoder should not do as an error.
 
 @item max_interleave_delta @var{integer} (@emph{output})
 Set maximum buffering duration for interleaving. The duration is
-expressed in microseconds, and defaults to 1000000 (1 second).
+expressed in microseconds, and defaults to 10000000 (10 seconds).
 
 To ensure all the streams are interleaved correctly, libavformat will
 wait until it has at least one packet for each stream before actually