diff options
author | Martin Storsjö <martin@martin.st> | 2011-04-20 10:10:10 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-21 14:13:09 +0300 |
commit | fe8e039460064ad765c37736dadd123478c5ff1f (patch) | |
tree | 83bf4833d776d2cf821186d7be4f92dc46b59020 /doc/demuxers.texi | |
parent | cac275791994be44b7a6d11a3878646e78ab5653 (diff) | |
download | ffmpeg-fe8e039460064ad765c37736dadd123478c5ff1f.tar.gz |
applehttp: Expose the stream bitrate via metadata
This helps callers to intelligently switch between bitrate
variants.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 4168fc10c6..98f9fdeff8 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -72,5 +72,7 @@ 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. +The total bitrate of the variant that the stream belongs to is +available in a metadata key named "variant_bitrate". @c man end INPUT DEVICES |