~ubuntu-branches/ubuntu/wily/mpv/wily

« back to all changes in this revision

Viewing changes to mpvcore/timeline/tl_cue.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2013-10-16 12:38:59 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131016123859-wj70wr6n3mzimx3e
Tags: 0.2.0-1
* New upstream release
* Install sample configuration files as examples
* Enable Lua scripting support
* Remove copyright for talloc (not used anymore)
* Update installed docs list
* Update 01_spelling.patch
* Enable VAAPI support

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
        }
357
357
    }
358
358
 
359
 
    add_source(mpctx, mpctx->demuxer);
360
 
 
361
359
    for (size_t i = 0; i < file_count; i++) {
362
360
        if (!open_source(mpctx, files[i]))
363
361
            goto out;