From 4a92f5cbb43ef017728d86857538cab54b29cfde Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 16 Dec 2004 13:58:57 +0000 Subject: use UTF-8 meta info setting, where we know the string is ASCII (costly conversion is not necessary, because ASCII is a subset of UTF-8) CVS patchset: 7264 CVS date: 2004/12/16 13:58:57 --- src/libxinevdec/rgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libxinevdec/rgb.c') diff --git a/src/libxinevdec/rgb.c b/src/libxinevdec/rgb.c index 24fc9b90a..1ea2fcc69 100644 --- a/src/libxinevdec/rgb.c +++ b/src/libxinevdec/rgb.c @@ -30,7 +30,7 @@ * One more catch: Raw RGB from a Microsoft file is upside down. This is * indicated by a negative height parameter. * - * $Id: rgb.c,v 1.28 2004/05/29 22:55:11 tmmm Exp $ + * $Id: rgb.c,v 1.29 2004/12/16 13:59:12 mroi Exp $ */ #include @@ -151,7 +151,7 @@ static void rgb_decode_data (video_decoder_t *this_gen, this->decoder_ok = 1; /* load the stream/meta info */ - _x_meta_info_set(this->stream, XINE_META_INFO_VIDEOCODEC, "Raw RGB"); + _x_meta_info_set_utf8(this->stream, XINE_META_INFO_VIDEOCODEC, "Raw RGB"); return; } else if (this->decoder_ok) { -- cgit v1.2.3