Re: [MPlayer-cvslog] r21161 - in trunk: help/help_mp-en.h libmpcodecs/vd.c
kraymer wrote:
Author: kraymer Date: Wed Nov 22 10:26:58 2006 New Revision: 21161
Modified: trunk/help/help_mp-en.h trunk/libmpcodecs/vd.c
Log: MSGTR for libmpcodecs/vd.c
+#define MSGTR_UsingXAsOutputCspNoY "VDec: using %s as output csp (no %d)\n" Could someone please tell me what that message means? I'd like to understand what I'm going to translate; also I think it might be nice to clear up the English version.
Sebastian
On Wed, 2006-11-22 at 10:36 +0100, mail@kraymer.de wrote:
+#define MSGTR_UsingXAsOutputCspNoY "VDec: using %s as output csp (no %d)\n" Could someone please tell me what that message means? I'd like to understand what I'm going to translate; also I think it might be nice to clear up the English version.
The code looks like it prints the output format that is chosen from among those supported by the decoder (csp=color space) and the index of that format in the decoder's table of supported formats.
participants (2)
-
mail@kraymer.de -
Uoti Urpala