[MPlayer-DOCS] r24790 - in trunk: help/help_mp-en.h stream/tv.c
voroshil
subversion at mplayerhq.hu
Mon Oct 15 19:46:18 CEST 2007
Author: voroshil
Date: Mon Oct 15 19:46:17 2007
New Revision: 24790
Log:
Disable channel scanner when no tuner is present.
TV channel scanner is useless without tuner and causes
mplayer crash due to uninitialized chanlist_s variable
(e.g when dummy driver and tvscan are used together).
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/stream/tv.c
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h (original)
+++ trunk/help/help_mp-en.h Mon Oct 15 19:46:17 2007
@@ -2099,6 +2099,7 @@ static char help_text[]=
#define MSGTR_TV_Bt848UnableToStopCapture "tvi_bsdbt848: Unable to stop capture. Error: %s\n"
#define MSGTR_TV_TTSupportedLanguages "Supported Teletext languages:\n"
#define MSGTR_TV_TTSelectedLanguage "Selected default teletext language: %s\n"
+#define MSGTR_TV_ScannerNotAvailableWithoutTuner "Channel scanner is not available without tuner\n"
//tvi_dshow.c
#define MSGTR_TVI_DS_UnableConnectInputVideoDecoder "Unable to connect given input to video decoder. Error:0x%x\n"
More information about the MPlayer-DOCS
mailing list