~ubuntu-branches/debian/stretch/smplayer/stretch

« back to all changes in this revision

Viewing changes to src/core.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2011-04-28 23:36:22 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110428233622-t3amvtoncgisa0s0
Add debian/patches/handle_local_urls.diff. (Closes: #583398)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1351
1351
        else {
1352
1352
                if (pref->vo.startsWith("vdpau")) {
1353
1353
                        proc->addArgument("-vc");
1354
 
                        proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,");
 
1354
                        proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,");
1355
1355
                }
1356
1356
#endif  
1357
1357
                else {