diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2004-11-25 00:19:43 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2004-11-25 00:19:43 +0000 |
commit | bfafd78c12ec798ed8b40fb835908f5312951e19 (patch) | |
tree | 0c441340659f6b55a74f5a8e33e109290501abca | |
parent | a7c42064a664cdebb473fdfb9f092c10ecff599f (diff) | |
download | xine-lib-bfafd78c12ec798ed8b40fb835908f5312951e19.tar.gz xine-lib-bfafd78c12ec798ed8b40fb835908f5312951e19.tar.bz2 |
previous commit - dont quit if vdr format channels.conf is used. log a
warning and revert to pre-rc7 behaviour (no ac3/subtitles etc).
CVS patchset: 7161
CVS date: 2004/11/25 00:19:43
-rw-r--r-- | src/input/input_dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 2fbb73cc8..3ca6229e2 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -49,6 +49,7 @@ * OSD - this will allow for filtering/searching of epg data - useful for automatic recording :) * - Parse EPG info directly from TS to allow for constant updates, or read from a separate thread. * Activating EPG will currently block the calling thread, which may cause issues with recording. + * */ #ifdef HAVE_CONFIG_H |