On 24/03/14 02:14, Vittorio Giovara wrote:
> On Tue, Mar 18, 2014 at 9:18 PM, Luca Barbato <[email protected]> wrote:
>> From: Enrique Arizón Benito <[email protected]>
>>
>> Useful to generate lists with absolute urls.
>>
>> Signed-off-by: Luca Barbato <[email protected]>
>> ---
>>
>> This version has some formatting nits removed and docs added, feel free
>> to clean up the documentation if it feels too terse.
>>
>>  doc/muxers.texi       | 3 +++
>>  libavformat/segment.c | 5 +++++
>>  2 files changed, 8 insertions(+)
>>
>> diff --git a/doc/muxers.texi b/doc/muxers.texi
>> index 143e595..cf5e016 100644
>> --- a/doc/muxers.texi
>> +++ b/doc/muxers.texi
>> @@ -480,6 +480,9 @@ Set segment duration to @var{t} seconds.
>>  Generate also a listfile named @var{name}.
>>  @item segment_list_size @var{size}
>>  Overwrite the listfile once it reaches @var{size} entries.
>> +@item segment_list_entry_prefix @var{prefix}
>> +Prepend @var{prefix} to each entry. Useful to generate absolute paths,
>> +has the parser consuming it unable to use relative ones.
> 
> What does this mean?
> 

I can probably reword it to be less convoluted or drop completely the
second part.



_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to