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

« back to all changes in this revision

Viewing changes to demux/demux_mng.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:
457
457
 * \param[in] audio_delay unused, MNG does not contain audio
458
458
 * \param[in] flags bit flags, \p 1: absolute, \p 2: fractional position
459
459
 */
460
 
static void demux_mng_seek(demuxer_t * demuxer, float rel_seek_secs,
461
 
                           float audio_delay, int flags)
 
460
static void demux_mng_seek(demuxer_t * demuxer, float rel_seek_secs, int flags)
462
461
{
463
462
    mng_priv_t * mng_priv = demuxer->priv;
464
463
    mng_handle h_mng = mng_priv->h_mng;