summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index e9b0861..c689850 100644
--- a/device.h
+++ b/device.h
@@ -73,7 +73,7 @@ private:
int radio_fd;
int v4l2_dev;
int mpeg_dev;
- int radio_dev;
+ cString radio_devname;
int inputs[12];
int numInputs;
int vpid;
@@ -97,7 +97,7 @@ private:
eEncState EncoderState;
int driver_apiversion;
bool SupportsSlicedVBI;
- cString vbi_dev;
+ cString vbi_devname;
bool hasDecoder;
bool hasTuner;
int streamType;