Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Original von Dr. Seltsam
tja, die Resonanz auf die 1.7.0-rc2 war spärlich.
Scheint nur sehr wenige User zu geben, die noch eine PVR350 als Ausgabedevice einsetzen. Ich bin begeistert von der Bildqualität und setze sie (solange ich noch eine Röhre habe und 720x576 reichen) als Ausgabedevice für meine beiden DVB-C-Karten ein. Seitdem läuft mein VDR stabiler als vorher mit einer FF-Karte. Nur der fehlene Digitaltonausgang schmerzt etwas.
Quoted
Original von Tinitus
ich benutze es auch allerdings in der vorletzten Version.
musste das hier noch sein :|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
--- vdr-plugin-pvr350-1.7.2.orig/pvr350osd.c +++ vdr-plugin-pvr350-1.7.2/pvr350osd.c @@ -14,7 +14,6 @@ #include <string.h> #include <sys/types.h> #include <unistd.h> -#include <linux/videodev.h> #include <linux/videodev2.h> #include <linux/ivtvfb.h> #include <linux/version.h> --- vdr-plugin-pvr350-1.7.2.orig/pvr350tools.c +++ vdr-plugin-pvr350-1.7.2/pvr350tools.c @@ -11,7 +11,6 @@ #include <time.h> #include <stdlib.h> #include <sys/ioctl.h> -#include <linux/videodev.h> #include <linux/videodev2.h> #include <linux/version.h> --- vdr-plugin-pvr350-1.7.2.orig/pvr350device.c +++ vdr-plugin-pvr350-1.7.2/pvr350device.c @@ -37,7 +37,6 @@ #include <vdr/device.h> #include <vdr/tools.h> -#include <linux/videodev.h> #include <linux/videodev2.h> #include <linux/ivtv.h> #include <linux/ivtvfb.h> |