# HG changeset patch # User rathann # Date 1174850711 0 # Node ID 714a39ce043b05c7140edd499879d055b3249fa7 # Parent 999a8245666310d1ecde4604ea6f21f457617710 Fixes: demux_ogg.c:253: warning: implicit declaration of function ¡Æsubcp_recode¡Ç Approved by Reimar. diff -r 999a82456663 -r 714a39ce043b subreader.h --- 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;