[SCM] smplayer/master: Bugfix: add support for ffodivxvdpau, Closes: #609815

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jan 12 20:16:21 UTC 2011


The following commit has been merged in the master branch:
commit 4c3db4898fdf7089a27b1f5d9aa0541774a2c24d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Jan 12 20:57:20 2011 +0100

    Bugfix: add support for ffodivxvdpau, Closes: #609815
    
    Thanks to Thibaut VARENE <varenet at debian.org> for providing the patch

diff --git a/debian/patches/enable_ffodivxvdpau.diff b/debian/patches/enable_ffodivxvdpau.diff
new file mode 100644
index 0000000..4128e3a
--- /dev/null
+++ b/debian/patches/enable_ffodivxvdpau.diff
@@ -0,0 +1,19 @@
+From: Thibaut VARENE <varenet at debian.org>
+Subject: add support for ffodivxvdpau
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609815
+
+Please find attached a patch that enables the use of ffodivxvdpau when vdpau
+output is selected. It will be useful on cards which support VDPAU set C.
+
+
+--- a/src/core.cpp
++++ b/src/core.cpp
+@@ -1351,7 +1351,7 @@ void Core::startMplayer( QString file, d
+ 	else {
+ 		if (pref->vo.startsWith("vdpau")) {
+ 			proc->addArgument("-vc");
+-			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,");
++			proc->addArgument("ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,");
+ 		}
+ #endif	
+ 		else {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d914ba5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable_ffodivxvdpau.diff

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list