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).
This commit is contained in:
wm4
2014-08-06 20:27:32 +02:00
parent 796db66174
commit 3234f5a123
2 changed files with 15 additions and 7 deletions

View File

@@ -95,6 +95,7 @@ typedef struct dvb_params {
char *cfg_prog;
int cfg_card;
int cfg_timeout;
char *cfg_file;
} dvb_priv_t;