~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavformat/hls.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 * An apple http stream consists of a playlist with media segment files,
43
43
 * played sequentially. There may be several playlists with the same
44
44
 * video content, in different bandwidth variants, that are played in
45
 
 * parallel (preferrably only one bandwidth variant at a time). In this case,
 
45
 * parallel (preferably only one bandwidth variant at a time). In this case,
46
46
 * the user supplied the url to a main playlist that only lists the variant
47
47
 * playlists.
48
48
 *