summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.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-en.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-en.h')
-rw-r--r--help/help_mp-en.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 2bba485957..2fa2fb58a9 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -482,6 +482,13 @@ static char help_text[]=
#define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"
#define MSGTR_DVDopenOk "DVD successfully opened.\n"
+// muxer_*.c:
+#define MSGTR_TooManyStreams "Too many streams!"
+#define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer supports only one audio stream!\n"
+#define MSGTR_IgnoringVideoStream "Ignoring video stream!\n"
+#define MSGTR_UnknownStreamType "Warning! unknown stream type: %d\n"
+#define MSGTR_WarningLenIsntDivisible "Warning! len isn't divisible by samplesize!\n"
+
// demuxer.c, demux_*.c:
#define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n"
#define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n"