summaryrefslogtreecommitdiffstats
path: root/help/help_mp-de.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 09:12:44 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 09:12:44 +0000
commit6ca97957674ba8130743305af4a51889b48fb575 (patch)
tree8134e127f619b82f3dd41404b94caee15c23f566 /help/help_mp-de.h
parent552ca496bccb0c16235bb2c720dfd774e613b569 (diff)
downloadmpv-6ca97957674ba8130743305af4a51889b48fb575.tar.bz2
mpv-6ca97957674ba8130743305af4a51889b48fb575.tar.xz
rawaudio muxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15755 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-de.h')
-rw-r--r--help/help_mp-de.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 7053c8daf8..597edac20c 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -486,6 +486,13 @@ static char help_text[]=
#define MSGTR_DVDnoVOBs "Kann VOB-Dateien des Titels (VTS_%02d_1.VOB) nicht öffnen.\n"
#define MSGTR_DVDopenOk "DVD erfolgreich geöffnet.\n"
+// muxer_*.c:
+#define MSGTR_TooManyStreams "Zu viele Streams!"
+#define MSGTR_RawMuxerOnlyOneStream "Der rawaudio-Muxer unterstützt nur einen Audiostream!\n"
+#define MSGTR_IgnoringVideoStream "Ignoriere Videostream!\n"
+#define MSGTR_UnknownStreamType "Warnung! Unbekannter Streamtyp: %d\n"
+#define MSGTR_WarningLenIsntDivisible "Warnung! 'len' ist nicht durch 'samplesize' teilbar!\n"
+
// demuxer.c, demux_*.c:
#define MSGTR_AudioStreamRedefined "Warnung! Audiostream-Header %d neu definiert!\n"
#define MSGTR_VideoStreamRedefined "Warnung! Videostream-Header %d neu definiert!\n"