git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2005-06-19 11:09:40 +00:00
parent e9a5b0a54e
commit 6bac44c914
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ static char help_text[]=
// muxer_*.c:
#define MSGTR_TooManyStreams "ストリームが多過ぎる!"
#define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxerが一つだけの音声ストリーをサポートします!\n"
#define MSGTR_IgnoringVideoStream "映像ストリーを差し置きます!\n"
#define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxerが一つだけの音声ストリーをサポートします!\n"
#define MSGTR_IgnoringVideoStream "映像ストリーを差し置きます!\n"
#define MSGTR_UnknownStreamType "警告: 未知のストリームタイプ: %d\n"
#define MSGTR_WarningLenIsntDivisible "警告: samplesizeでlenが整除できない!\n"