summaryrefslogtreecommitdiffstats
path: root/help/help_mp-ja.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-ja.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-ja.h')
-rw-r--r--help/help_mp-ja.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/help_mp-ja.h b/help/help_mp-ja.h
index c243f9d792..89c313850f 100644
--- a/help/help_mp-ja.h
+++ b/help/help_mp-ja.h
@@ -185,6 +185,13 @@ static char help_text[]=
#define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"
#define MSGTR_DVDopenOk "DVDを開くことに成功しました.\n"
+// muxer_*.c:
+#define MSGTR_TooManyStreams "ストリームが多過ぎる!"
+#define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxerが一つだけの音声ストリーマをサポートします!\n"
+#define MSGTR_IgnoringVideoStream "映像ストリーマを差し置きます!\n"
+#define MSGTR_UnknownStreamType "警告: 未知のストリームタイプ: %d\n"
+#define MSGTR_WarningLenIsntDivisible "警告: samplesizeでlenが整除できない!\n"
+
// demuxer.c, demux_*.c:
#define MSGTR_AudioStreamRedefined "警告: Audio stream header %d redefined.\n"
#define MSGTR_VideoStreamRedefined "警告: Video stream header %d redefined.\n"