summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-05 06:45:01 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-05 06:45:01 +0000
commit5377f6a0c3e66727df8eede0b5061e22fad556d2 (patch)
tree779cc00d37b56e676cf26a578da206b718ec4f04 /help/help_mp-en.h
parent06d20bd7748d2d3138d69ea8d9a2aa6e192a8b1b (diff)
downloadmpv-5377f6a0c3e66727df8eede0b5061e22fad556d2.tar.bz2
mpv-5377f6a0c3e66727df8eede0b5061e22fad556d2.tar.xz
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
be able to handle this just as well (or better) including interlaced. If not, this needs to be fixed there instead of duplicating code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31320 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index b570c371ed..ab4a4daf49 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1110,9 +1110,7 @@ static const char help_text[]=
// vo_yuv4mpeg.c
#define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Interlaced mode requires image height to be divisible by 4."
#define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "Unable to allocate line buffer for interlaced mode."
-#define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "Input not RGB, can't separate chrominance by fields!"
#define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "Image width must be divisible by 2."
-#define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "Not enough memory to allocate RGB framebuffer."
#define MSGTR_VO_YUV4MPEG_OutFileOpenError "Can't get memory or file handle to write \"%s\"!"
#define MSGTR_VO_YUV4MPEG_OutFileWriteError "Error writing image to output!"
#define MSGTR_VO_YUV4MPEG_UnknownSubDev "Unknown subdevice: %s"