mirror of https://github.com/mpv-player/mpv
MSGTR_LIBVO_MGA_InvalidOutputFormat was missing in one of the last commits.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18258 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
edc6690ea4
commit
7bad226472
|
@ -1572,6 +1572,7 @@ static char help_text[]=
|
|||
#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"
|
||||
|
|
Loading…
Reference in New Issue