From 3ab24c4157eb97b199c162ebe6fda581b2a4b606 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 16 May 2002 12:39:56 +0000 Subject: Fix src patch from Michal Ambroz CVS patchset: 1898 CVS date: 2002/05/16 12:39:56 --- src/libsputext/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c index 58164f979..39d27c1d0 100644 --- a/src/libsputext/xine_decoder.c +++ b/src/libsputext/xine_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: xine_decoder.c,v 1.22 2002/05/01 19:42:57 guenter Exp $ + * $Id: xine_decoder.c,v 1.23 2002/05/16 12:39:56 f1rmb Exp $ * * code based on mplayer module: * @@ -1034,7 +1034,7 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, xine_t *xine) { "codec.spu_src_encoding", "windows-1250", "source encoging of subtitles", - NULL, update_osd_dst_encoding, this); + NULL, update_osd_src_encoding, this); this->dst_encoding = xine->config->register_string(xine->config, "codec.spu_dst_encoding", "iso-8859-2", -- cgit v1.2.3