diff libmpdemux/demux_mkv.c @ 12443:ae4ae7ab636c

ENCA support (http://trific.ath.cx/software/enca/)
author henry
date Sat, 08 May 2004 17:52:25 +0000
parents 8c8c71a02e5a
children a60ba1b93e25
line wrap: on
line diff
--- a/libmpdemux/demux_mkv.c	Sat May 08 12:05:14 2004 +0000
+++ b/libmpdemux/demux_mkv.c	Sat May 08 17:52:25 2004 +0000
@@ -1832,7 +1832,7 @@
   char *str;
 
 #ifdef USE_ICONV
-  subcp_open();
+  subcp_open_noenca();
 #endif
 
   stream_seek(s, s->start_pos);