r22772: Radio driver loading rework.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22788 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-03-24 02:22:00 +00:00
parent 770377ece9
commit 01eba71ad9
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Dmitry Baryshkov <mitya@school.ioffe.ru>
// Reworked by: Andrew Savchenko aka Bircoph <Bircoph[at]list[dot]ru>
// Synced with help_mp-en.h: r22483
// Synced with help_mp-en.h: r22772
// ========================= MPlayer help ===========================
@ -1302,11 +1302,11 @@ static char help_text[]=
#define MSGTR_RADIO_CaptureStarting "[radio] Запуск модуля захвата.\n"
#define MSGTR_RADIO_ClearBufferFailed "[radio] Ошибка очистки буфера: %s\n"
#define MSGTR_RADIO_StreamEnableCacheFailed "[radio] Ошибка вызова stream_enable_cache: %s\n"
#define MSGTR_RADIO_DriverUnknownId "[radio] Неизвестный тип дравера: %d\n"
#define MSGTR_RADIO_DriverUnknownStr "[radio] Неизвестный драйвер: %s\n"
#define MSGTR_RADIO_DriverV4L "[radio] Используется V4Lv1 радио интерфейс.\n"
#define MSGTR_RADIO_DriverV4L2 "[radio] Используется V4Lv2 радио интерфейс.\n"
#define MSGTR_RADIO_DriverBSDBT848 "[radio] Используется *BSD BT848 радио интерфейс.\n"
#define MSGTR_RADIO_AvailableDrivers "[radio] Доступные драйверы: "
// ================================== LIBASS ====================================