summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorwanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-15 17:57:18 +0000
committerwanderer <wanderer@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-15 17:57:18 +0000
commit83e5f5e72a4dcae36e9ad099a9bd8f29cd3bdab6 (patch)
tree1954ab45058d6f31c767b578ef6b7fa1976f64a1 /help/help_mp-en.h
parentb0b4990d3f7b7e7afa738c08df6b1a3186ef0ef4 (diff)
downloadmpv-83e5f5e72a4dcae36e9ad099a9bd8f29cd3bdab6.tar.bz2
mpv-83e5f5e72a4dcae36e9ad099a9bd8f29cd3bdab6.tar.xz
make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17197 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index b1add779de..2df13e31ef 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -238,6 +238,9 @@ static char help_text[]=
#define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n"
#define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
#define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
+#define MSGTR_MencoderWrongFormatAVI "\nWARNING: OUTPUT FILE FORMAT IS _AVI_. see -of help.\n"
+#define MSGTR_MencoderWrongFormatMPG "\nWARNING: OUTPUT FILE FORMAT IS _MPEG_. see -of help.\n"
+#define MSGTR_MissingOutputFilename "No output file specified, please see the -o option"
#define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
#define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x\n"
#define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"