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 /libavformat/avformat.h | |
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 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2567aabd5a..732756222e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -104,6 +104,7 @@ struct AVFormatContext; * service_provider -- name of the service provider in broadcasting. * title -- name of the work. * track -- number of this work in the set, can be in form current/total. + * variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of */ #define AV_METADATA_MATCH_CASE 1 |