diff subreader.h @ 22805:714a39ce043b

Fixes: demux_ogg.c:253: warning: implicit declaration of function ¡Æsubcp_recode¡Ç Approved by Reimar.
author rathann
date Sun, 25 Mar 2007 19:25:11 +0000
parents b0bc0d81f91b
children 3f0d00abc073
line wrap: on
line diff
--- a/subreader.h	Sun Mar 25 19:07:50 2007 +0000
+++ b/subreader.h	Sun Mar 25 19:25:11 2007 +0000
@@ -67,7 +67,7 @@
 #endif
 
 sub_data* sub_read_file (char *filename, float pts);
-subtitle* subcp_recode1 (subtitle *sub);
+subtitle* subcp_recode (subtitle *sub);
 // enca_fd is the file enca uses to determine the codepage.
 // setting to NULL disables enca.
 struct stream_st;