diff help/help_mp-en.h @ 24762:1ed81edfac75

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).
author voroshil
date Mon, 15 Oct 2007 17:46:17 +0000
parents d81eef9beb1b
children 419d6e4bf2f0
line wrap: on
line diff
--- a/help/help_mp-en.h	Mon Oct 15 11:58:39 2007 +0000
+++ b/help/help_mp-en.h	Mon Oct 15 17:46:17 2007 +0000
@@ -2099,6 +2099,7 @@
 #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"