~ubuntu-branches/ubuntu/vivid/mpv/vivid

« back to all changes in this revision

Viewing changes to player/main.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2014-04-30 13:28:31 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140430132831-8lchxxcdc2dzww3v
Tags: 0.3.9-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
        m_config_set_option0(mpctx->mconfig, "vo", "lavc");
402
402
        m_config_set_option0(mpctx->mconfig, "ao", "lavc");
403
403
        m_config_set_option0(mpctx->mconfig, "fixed-vo", "yes");
 
404
        m_config_set_option0(mpctx->mconfig, "keep-open", "no");
404
405
        m_config_set_option0(mpctx->mconfig, "force-window", "no");
405
406
        m_config_set_option0(mpctx->mconfig, "gapless-audio", "yes");
 
407
        m_config_set_option0(mpctx->mconfig, "resume-playback", "no");
406
408
        mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE);
407
409
    }
408
410
#endif