aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c')
-rw-r--r--multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c b/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
index fc4ce34c9b74..5c6fa8443e94 100644
--- a/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
+++ b/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
@@ -1,11 +1,11 @@
--- a/scanner.c
+++ b/scanner.c
-@@ -633,7 +633,7 @@ void cScanner::Action(void) {
- else
- continue;
- cCondWait::SleepMs(2000);
-- vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE || V4L2_CAP_SLICED_VBI_CAPTURE);
-+ vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_CAPTURE);
- if (vbiSupport)
- dlog(1, "device can capture vbi");
- }
+@@ -633,7 +633,7 @@ void cScanner::Action(void) {
+ else
+ continue;
+ cCondWait::SleepMs(2000);
+- vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE || V4L2_CAP_SLICED_VBI_CAPTURE);
++ vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_CAPTURE);
+ if (vbiSupport)
+ dlog(1, "device can capture vbi");
+ }