From ce2543b85fb799a29472ed51a8bf4ffccfce5aa4 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 18 Mar 2002 01:54:33 +0000 Subject: [PATCH] video codec selection failed message changed - it depends on -vo too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5179 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help_mp-en.h | 2 +- help_mp-hu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/help_mp-en.h b/help_mp-en.h index 691014338a..60c4fbe07c 100644 --- a/help_mp-en.h +++ b/help_mp-en.h @@ -93,7 +93,7 @@ static char help_text[]= #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n" #define MSGTR_TryForceVideoFmt "Trying to force video codec driver family %d ...\n" #define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n" -#define MSGTR_CantFindVideoCodec "Can't find codec for video format 0x%X !\n" +#define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X !\n" #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n" #define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n" #define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n" diff --git a/help_mp-hu.h b/help_mp-hu.h index 1e4bc541da..ec96fcaed5 100644 --- a/help_mp-hu.h +++ b/help_mp-hu.h @@ -87,7 +87,7 @@ static char help_text[]= #define MSGTR_CouldntInitAudioCodec "Nem tudom indítani az audio codecet! -> nincshang ;)\n" #define MSGTR_TryForceVideoFmt "Megpróbálom a(z) %d video codec-családot használni ...\n" #define MSGTR_CantFindVfmtFallback "A megadott video codec-családban nem találtam idevaló meghajtót, próbálkozok más meghajtóval.\n" -#define MSGTR_CantFindVideoCodec "Nem találok codecet a(z) 0x%X video-formátumhoz !\n" +#define MSGTR_CantFindVideoCodec "Nem találok codec-et ami megfelel a kivalasztott vo-hoz es 0x%X video-formátumhoz !\n" #define MSGTR_VOincompCodec "A kiválasztott video_out meghajtó inkompatibilis ezzel a codec-kel.\n" #define MSGTR_CouldntInitVideoCodec "VÉGZETES HIBA: Nem sikerült a video codecet elindítani :(\n" #define MSGTR_EncodeFileExists "A %s file már létezik (nehogy letöröld a kedvenc AVI-dat!)\n"