diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-21 18:39:57 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-21 18:39:57 +0000 |
commit | c846e0a734ccf3c95b9299e7e013711bf798b640 (patch) | |
tree | 935e100afbd50b40870d34514c100f628ba275c4 /help | |
parent | aa6a492a94e045b6196ca7ef1932002340961c46 (diff) | |
download | mpv-c846e0a734ccf3c95b9299e7e013711bf798b640.tar.bz2 mpv-c846e0a734ccf3c95b9299e7e013711bf798b640.tar.xz |
Radio driver loading rework.
Available interfaces are showed in verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22772 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 0249c9ae1a..edae1aad34 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -1982,11 +1982,11 @@ static char help_text[]= #define MSGTR_RADIO_CaptureStarting "[radio] Starting capture stuff.\n" #define MSGTR_RADIO_ClearBufferFailed "[radio] Clearing buffer failed: %s\n" #define MSGTR_RADIO_StreamEnableCacheFailed "[radio] Call to stream_enable_cache failed: %s\n" -#define MSGTR_RADIO_DriverUnknownId "[radio] Unknown driver id: %d\n" #define MSGTR_RADIO_DriverUnknownStr "[radio] Unknown driver name: %s\n" #define MSGTR_RADIO_DriverV4L2 "[radio] Using V4Lv2 radio interface.\n" #define MSGTR_RADIO_DriverV4L "[radio] Using V4Lv1 radio interface.\n" #define MSGTR_RADIO_DriverBSDBT848 "[radio] Using *BSD BT848 radio interface.\n" +#define MSGTR_RADIO_AvailableDrivers "[radio] Available drivers: " // ================================== LIBASS ==================================== |