Re: [libav-devel] [PATCH 1/2] doc: Add some initial docs on the applehttp demuxer

2011-04-21 Thread Anton Khirnov
On Wed, 20 Apr 2011 23:08:39 +0300, Martin Storsjö  wrote:
> ---
>  doc/demuxers.texi |9 +
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/demuxers.texi b/doc/demuxers.texi
> index bbdde9c..4168fc1 100644
> --- a/doc/demuxers.texi
> +++ b/doc/demuxers.texi
> @@ -64,4 +64,13 @@ Note that the pattern must not necessarily contain "%d" or
>  ffmpeg -f image2 -i img.jpeg img.png
>  @end example
>  
> +@section applehttp
> +
> +Apple HTTP Live Streaming demuxer.
> +
> +This demuxer presents all AVStreams from all variant streams.
> +The id field is set to the bitrate variant index number. By setting
> +the discard flags on AVStreams (by pressing 'a' or 'v' in ffplay),
> +the caller can decide which variant streams to actually receive.
> +
>  @c man end INPUT DEVICES

Looks ok.

-- 
Anton Khirnov
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 1/2] doc: Add some initial docs on the applehttp demuxer

2011-04-21 Thread Diego Biurrun
On Wed, Apr 20, 2011 at 11:08:39PM +0300, Martin Storsjö wrote:
> ---
>  doc/demuxers.texi |9 +
>  1 files changed, 9 insertions(+), 0 deletions(-)

OK

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 1/2] doc: Add some initial docs on the applehttp demuxer

2011-04-20 Thread Martin Storsjö
---
 doc/demuxers.texi |9 +
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index bbdde9c..4168fc1 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -64,4 +64,13 @@ Note that the pattern must not necessarily contain "%d" or
 ffmpeg -f image2 -i img.jpeg img.png
 @end example
 
+@section applehttp
+
+Apple HTTP Live Streaming demuxer.
+
+This demuxer presents all AVStreams from all variant streams.
+The id field is set to the bitrate variant index number. By setting
+the discard flags on AVStreams (by pressing 'a' or 'v' in ffplay),
+the caller can decide which variant streams to actually receive.
+
 @c man end INPUT DEVICES
-- 
1.7.3.1

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel