summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-25 19:25:11 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-25 19:25:11 +0000
commit02d3e141fbcef430f3f1aa42d80baa801d0bbbe5 (patch)
treeab943f68ad51d8cd8f553f5116697c75d88cc2d0 /subreader.h
parent5bee3cce0500f145fa29480ad874584adc43da95 (diff)
downloadmpv-02d3e141fbcef430f3f1aa42d80baa801d0bbbe5.tar.bz2
mpv-02d3e141fbcef430f3f1aa42d80baa801d0bbbe5.tar.xz
Fixes:
demux_ogg.c:253: warning: implicit declaration of function ‘subcp_recode’ Approved by Reimar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index 025cfa821c..aab057be31 100644
--- a/subreader.h
+++ b/subreader.h
@@ -67,7 +67,7 @@ extern int fribidi_flip_commas;
#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;