summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-15 04:10:57 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-15 04:10:57 +0000
commit099b134f6797351051d0c3244d6de090cf087f11 (patch)
tree6f6ee3f927043f338a53ca18a1c54ed61a804883 /help
parent20a3c8c24cc1b2476a62043a8505156f69001ddd (diff)
downloadmpv-099b134f6797351051d0c3244d6de090cf087f11.tar.bz2
mpv-099b134f6797351051d0c3244d6de090cf087f11.tar.xz
Oded's patch for -speed in mencoder. This can be used for purposes
like converting back and forth between PAL and FILM (or NTSC-FILM) framerates, or whatever else you like. Doesn't work with -oac copy. Someone give Oded some cola for the error message and fill in a sane one. :)))) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14945 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 245f03e1ae..5621a36308 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -218,6 +218,7 @@ static char help_text[]=
#define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n"
#define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
#define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
+#define MSGTR_NoSpeedWithFrameCopy "Bleh\n"
#define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
#define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
#define MSGTR_FixupAVIHeader "Fixing AVI header...\n"