[vdr-plugin-softhddevice] 04/05: fix

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Feb 28 22:32:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to annotated tag debian/0.6.0+git20150212-3
in repository vdr-plugin-softhddevice.

commit 965d01f067a63e482eae272042062682793d8542
Author: etobi <git at e-tobi.net>
Date:   Sat Feb 28 03:35:10 2015 +0100

    fix
---
 debian/patches/fix.patch | 23 +++++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/fix.patch b/debian/patches/fix.patch
new file mode 100644
index 0000000..90f5f28
--- /dev/null
+++ b/debian/patches/fix.patch
@@ -0,0 +1,23 @@
+Index: vdr-plugin-softhddevice/video.c
+===================================================================
+--- vdr-plugin-softhddevice.orig/video.c	2015-02-28 03:29:11.000000000 +0100
++++ vdr-plugin-softhddevice/video.c	2015-02-28 03:34:39.564193260 +0100
+@@ -7309,12 +7309,12 @@
+ 	Debug(3, "\t%#010x %s\n", *fmt_idx, av_get_pix_fmt_name(*fmt_idx));
+ 	// check supported pixel format with entry point
+ 	switch (*fmt_idx) {
+-	    case PIX_FMT_VDPAU_H264:
+-	    case PIX_FMT_VDPAU_MPEG1:
+-	    case PIX_FMT_VDPAU_MPEG2:
+-	    case PIX_FMT_VDPAU_WMV3:
+-	    case PIX_FMT_VDPAU_VC1:
+-	    case PIX_FMT_VDPAU_MPEG4:
++	    case AV_PIX_FMT_VDPAU_H264:
++	    case AV_PIX_FMT_VDPAU_MPEG1:
++	    case AV_PIX_FMT_VDPAU_MPEG2:
++	    case AV_PIX_FMT_VDPAU_WMV3:
++	    case AV_PIX_FMT_VDPAU_VC1:
++	    case AV_PIX_FMT_VDPAU_MPEG4:
+ 		break;
+ 	    default:
+ 		continue;
diff --git a/debian/patches/series b/debian/patches/series
index 62dd848..6942130 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 tmp.patch
+fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-softhddevice.git



More information about the pkg-vdr-dvb-changes mailing list