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/libffmpeg/dvaudio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/dvaudio_decoder.c') diff --git a/src/libffmpeg/dvaudio_decoder.c b/src/libffmpeg/dvaudio_decoder.c index d43c87b2a..af2c95db9 100644 --- a/src/libffmpeg/dvaudio_decoder.c +++ b/src/libffmpeg/dvaudio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvaudio_decoder.c,v 1.5 2004/08/26 18:03:40 valtri Exp $ + * $Id: dvaudio_decoder.c,v 1.6 2004/12/16 13:58:57 mroi Exp $ * * dv audio decoder based on patch by Dan Dennedy * @@ -278,7 +278,7 @@ static void dvaudio_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) this->audio_bits = buf->decoder_info[2]; this->audio_channels = buf->decoder_info[3]; - _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC, "DV Audio"); + _x_meta_info_set_utf8(this->stream, XINE_META_INFO_AUDIOCODEC, "DV Audio"); this->decoder_ok = 1; -- cgit v1.2.3