summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-06 20:27:32 +0200
committerwm4 <wm4@nowhere>2014-08-06 20:30:48 +0200
commit3234f5a123f5809a8ad3dc3d5ca7488739c0d73f (patch)
tree624a2a9309be229077df8858e1a909e6f797a196 /stream/dvbin.h
parent796db6617430294c3aefdf978010a074d5f912e7 (diff)
downloadmpv-3234f5a123f5809a8ad3dc3d5ca7488739c0d73f.tar.bz2
mpv-3234f5a123f5809a8ad3dc3d5ca7488739c0d73f.tar.xz
stream_dvb: restore --dvbin-file option
Got lost some time ago. Although I'm not sure if it actually does anything on MPlayer (it exists there, but might broken, not sure). Fixes #988 (untested).
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 1eb7174af0..e225e38383 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -95,6 +95,7 @@ typedef struct dvb_params {
char *cfg_prog;
int cfg_card;
int cfg_timeout;
+ char *cfg_file;
} dvb_priv_t;