From 8fb6c3055b7b4443982610c64bbd4c85bf000ae6 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 25 Jun 2006 16:01:01 +0000 Subject: correctly prefix all messages from -vo mga with [MGA] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18816 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'help/help_mp-en.h') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index b9c35a9f7a..63f061d966 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -1570,16 +1570,16 @@ static char help_text[]= // mga_common.c -#define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "error in mga_vid_config ioctl (wrong mga_vid.o version?)" -#define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "Could not get luma values from the kernel module!\n" -#define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "Could not set luma values from the kernel module!\n" -#define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "Screen width/height unknown!\n" -#define MSGTR_LIBVO_MGA_InvalidOutputFormat "mga: invalid output format %0X\n" -#define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "Invalid output format %0X.\n" -#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "Your mga_vid driver version is incompatible with this MPlayer version!\n" -#define MSGTR_LIBVO_MGA_UsingBuffers "Using %d buffers.\n" -#define MSGTR_LIBVO_MGA_CouldntOpen "Couldn't open: %s\n" -#define MGSTR_LIBVO_MGA_ResolutionTooHigh "Source resolution is in at least one dimension larger than 1023x1023. Please rescale in software or use -lavdopts lowres=1\n" +#define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "[MGA] error in mga_vid_config ioctl (wrong mga_vid.o version?)" +#define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "[MGA] Could not get luma values from the kernel module!\n" +#define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "[MGA] Could not set luma values from the kernel module!\n" +#define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "[MGA] Screen width/height unknown!\n" +#define MSGTR_LIBVO_MGA_InvalidOutputFormat "[MGA] invalid output format %0X\n" +#define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "[MGA] Invalid output format %0X.\n" +#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "[MGA] Your mga_vid driver version is incompatible with this MPlayer version!\n" +#define MSGTR_LIBVO_MGA_UsingBuffers "[MGA] Using %d buffers.\n" +#define MSGTR_LIBVO_MGA_CouldntOpen "[MGA] Couldn't open: %s\n" +#define MGSTR_LIBVO_MGA_ResolutionTooHigh "[MGA] Source resolution is in at least one dimension larger than 1023x1023. Please rescale in software or use -lavdopts lowres=1\n" // libvo/vesa_lvo.c -- cgit v1.2.3