[MPlayer-DOCS] CVS: main/help help_mp-de.h, 1.113, 1.114 help_mp-en.h, 1.171, 1.172
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Sat Jul 2 21:00:15 CEST 2005
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv12913/help
Modified Files:
help_mp-de.h help_mp-en.h
Log Message:
Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag with -fafmttag
Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- help_mp-de.h 29 Jun 2005 23:28:36 -0000 1.113
+++ help_mp-de.h 2 Jul 2005 19:00:12 -0000 1.114
@@ -218,6 +218,7 @@
#define MSGTR_CannotOpenOutputFile "Kann Ausgabedatei '%s' nicht öffnen.\n"
#define MSGTR_EncoderOpenFailed "Öffnen des Encoders fehlgeschlagen.\n"
#define MSGTR_ForcingOutputFourcc "Erzwinge Output-Fourcc %x [%.4s].\n"
+#define MSGTR_ForcingOutputAudiofmtTag "Erzwinge Audioformatkennzeichnung 0x%x in der Ausgabe.\n"
#define MSGTR_WritingAVIHeader "Schreibe AVI-Header...\n"
#define MSGTR_DuplicateFrames "\n%d doppelte(r) Frame(s)!\n"
#define MSGTR_SkipFrame "\nFrame übersprungen!\n"
@@ -366,6 +367,7 @@
#define MSGTR_LavcAudioCodecNotFound "Audio LAVC, konnte Encoder für Codec %s nicht finden.\n"
#define MSGTR_CouldntAllocateLavcContext "Audio LAVC, konnte Kontext nicht zuordnen!\n"
#define MSGTR_CouldntOpenCodec "Konnte Codec %s nicht öffnen, br=%d\n"
+#define MSGTR_CantCopyAudioFormat "Audioformat 0x%x ist nicht mit '-oac copy' kompatibel, versuche bitte stattdessen '-oac pcm' oder benutze '-fafmttag' um ein anderes Format zu erzwingen.\n"
// cfg-mencoder.h:
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- help_mp-en.h 19 Jun 2005 09:12:44 -0000 1.171
+++ help_mp-en.h 2 Jul 2005 19:00:13 -0000 1.172
@@ -214,6 +214,7 @@
#define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
#define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
#define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
+#define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x\n"
#define MSGTR_WritingAVIHeader "Writing AVI header...\n"
#define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
#define MSGTR_SkipFrame "\nSkipping frame!\n"
@@ -360,6 +361,7 @@
#define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s\n"
#define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n"
#define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d\n"
+#define MSGTR_CantCopyAudioFormat "Audio format 0x%x is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.\n"
// cfg-mencoder.h:
More information about the MPlayer-DOCS
mailing list