summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 21:44:50 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:35:03 +0200
commit959b718957527710b4bcf6e7227a0beaeb034137 (patch)
tree8007a8206751650370ffbadb09c1527664f333a5 /stream/dvbin.h
parent77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (diff)
downloadmpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.bz2
mpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.xz
stream_dvb: remove global option variables
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 4caba45c7d..1eb7174af0 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -75,7 +75,7 @@ typedef struct {
void *priv;
} dvb_config_t;
-typedef struct {
+typedef struct dvb_params {
struct mp_log *log;
int fd;
int card;