mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
Some more small (cosmetic) updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
23dcfb8620
commit
da0029cd41
@ -123,7 +123,7 @@ static char help_text[]=
|
||||
#define MSGTR_AvailableAudioFm "\nAvailable (compiled-in) audio codec families/drivers:\n"
|
||||
#define MSGTR_AvailableVideoFm "\nAvailable (compiled-in) video codec families/drivers:\n"
|
||||
#define MSGTR_UsingRTCTiming "Using Linux hardware RTC timing (%ldHz).\n"
|
||||
#define MSGTR_CannotReadVideoProperties "Video: cannot read properties\n"
|
||||
#define MSGTR_CannotReadVideoProperties "Video: Cannot read properties.\n"
|
||||
#define MSGTR_NoStreamFound "No stream found.\n"
|
||||
#define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
|
||||
#define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n"
|
||||
@ -131,7 +131,7 @@ static char help_text[]=
|
||||
#define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n"
|
||||
#define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
|
||||
#define MSGTR_AOComment "AO: Comment: %s\n"
|
||||
#define MSGTR_Video_NoVideo "Video: no video!!!\n"
|
||||
#define MSGTR_Video_NoVideo "Video: No video!!!\n"
|
||||
#define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
|
||||
#define MSGTR_Paused "\n================= PAUSED =================\r"
|
||||
#define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n"
|
||||
@ -141,14 +141,14 @@ static char help_text[]=
|
||||
#define MSGTR_MEncoderCopyright "(C) 2000-2002 Arpad Gereoffy (see DOCS)\n"
|
||||
#define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
|
||||
#define MSGTR_MissingFilename "\nMissing filename!\n\n"
|
||||
#define MSGTR_CannotOpenFile_Device "Cannot open file/device\n"
|
||||
#define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n"
|
||||
#define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n"
|
||||
#define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n"
|
||||
#define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one or use -nosound. Use -oac help!\n"
|
||||
#define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one, use -ovc help!\n"
|
||||
#define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
|
||||
#define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'\n"
|
||||
#define MSGTR_EncoderOpenFailed "Failed to open the encoder\n"
|
||||
#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_WritingAVIHeader "Writing AVI header...\n"
|
||||
#define MSGTR_DuplicateFrames "\nDuplicate %d frame(s)!!!\n"
|
||||
@ -217,8 +217,8 @@ static char help_text[]=
|
||||
#define MSGTR_EncryptedVOBauth "Encrypted stream but you did not request authentication!!\n"
|
||||
|
||||
#define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported!\n"
|
||||
#define MSGTR_MOVvariableFourCC "MOV: Warning: Variable FOURCC detected!?\n"
|
||||
#define MSGTR_MOVtooManyTrk "MOV: Warning: Too many tracks!"
|
||||
#define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"
|
||||
#define MSGTR_MOVtooManyTrk "MOV: WARNING: Too many tracks!"
|
||||
#define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"
|
||||
#define MSGTR_FoundVideoStream "==> Found video stream: %d\n"
|
||||
#define MSGTR_DetectedTV "TV detected! ;-)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user