summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 17:09:35 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 17:09:35 +0000
commitdcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a (patch)
tree2218079ad9ec81e5acd152fd797b986de02dc8e4 /help
parent36a28b6f50ebaf8aa85d2a6a7b6388b842369da3 (diff)
downloadmpv-dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a.tar.bz2
mpv-dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a.tar.xz
Implementation of tv:// driver autodetection.
If user did not specify driver directly, all available drivers will be probed (in order: v4l2,v4l1,bsdbt848,dummy). In most cases first probed driver will be successfully autodetected and used. Autodetection will be disabled if user specified driver directly (in command line or config). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 3f3494e144..5f89d9c582 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -2081,6 +2081,7 @@ static char help_text[]=
#define MSGTR_TV_AvailableDrivers "Available drivers:\n"
#define MSGTR_TV_DriverInfo "Selected driver: %s\n name: %s\n author: %s\n comment: %s\n"
#define MSGTR_TV_NoSuchDriver "No such driver: %s\n"
+#define MSGTR_TV_DriverAutoDetectionFailed "TV driver autodetection failed.\n"
#define MSGTR_TV_UnknownColorOption "Unknown color option (%d) specified!\n"
#define MSGTR_TV_CurrentFrequency "Current frequency: %lu (%.3f)\n"
#define MSGTR_TV_NoTeletext "No teletext"