diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
commit | 6dbb05a4cba3cdc811308762058d722f11464683 (patch) | |
tree | b4b68ef20ab05d2febda81b94081f10c55bd89c9 /src/libw32dll/dmo | |
parent | 9ffebca9fa071a664aba11d03484fa81a4e4522b (diff) | |
download | xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.gz xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.bz2 |
Manual port of the color→colour change to 1.2; should make merging easier.
Diffstat (limited to 'src/libw32dll/dmo')
-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"); |