diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-24 18:58:26 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-24 18:58:26 +0000 |
commit | 9f911a4387602eba171b314e3cfe02ce0deabf60 (patch) | |
tree | 5a5f04728ec7b879807293ed20e2d34bba8edd76 /src/libw32dll/dmo/DMO_VideoDecoder.c | |
parent | d53222b72961aade08fb12b4ac1ed00f9268c67d (diff) | |
download | xine-lib-9f911a4387602eba171b314e3cfe02ce0deabf60.tar.gz xine-lib-9f911a4387602eba171b314e3cfe02ce0deabf60.tar.bz2 |
Consistently use "colour", "colour key", "colour space" in output.
Some instances of "key colour" remain; ffmpeg is unmodified.
This change has caused two strings with two translations to collide (the
strings have become identical since some instances already used "colour").
I have therefore arbitrarily dropped the first of the differing translations,
the one for the string at src/video_out/video_out_directfb.c:1365.
Diffstat (limited to 'src/libw32dll/dmo/DMO_VideoDecoder.c')
-rw-r--r-- | src/libw32dll/dmo/DMO_VideoDecoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/dmo/DMO_VideoDecoder.c b/src/libw32dll/dmo/DMO_VideoDecoder.c index 3ad85645a..7b25085f0 100644 --- a/src/libw32dll/dmo/DMO_VideoDecoder.c +++ b/src/libw32dll/dmo/DMO_VideoDecoder.c @@ -524,7 +524,7 @@ int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int c if (result != 0) { if (csp) - printf("Warning: unsupported color space\n"); + printf("Warning: unsupported colour space\n"); else printf("Warning: unsupported bit depth\n"); |