Changeset edf4406c in ffmpeg

Timestamp:
Apr 6, 2014, 2:55:02 PM (11 years ago)
Author:
Anssi Hannula <anssi.hannula@iki.fi>
Branches:
master
Children:
cc1162d7
Parents:
3346254
git-author:
Anssi Hannula <anssi.hannula@iki.fi> (12/27/13 22:09:45)
git-committer:
Anssi Hannula <anssi.hannula@iki.fi> (04/06/14 14:55:02)
Message:

avformat/hls: add support for alternative renditions

HLS protocol version 4 added alternative renditions to the
specification (e.g. alternative audio tracks).

The EXT-X-MEDIA tags can also contain metadata for "renditions" (i.e.
tracks) of the main Media Playlist.

Add support for those.

Note that the same rendition (AVStream) may be associated with multiple
variants (AVPrograms).

Alternative subtitle tracks will require additional work and are
therefore not enabled yet.

Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>

(No files)

Note: See TracChangeset for help on using the changeset viewer.