From 3234f5a123f5809a8ad3dc3d5ca7488739c0d73f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Aug 2014 20:27:32 +0200 Subject: 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). --- stream/dvbin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/dvbin.h') 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; -- cgit v1.2.3