From 02d3e141fbcef430f3f1aa42d80baa801d0bbbe5 Mon Sep 17 00:00:00 2001 From: rathann Date: Sun, 25 Mar 2007 19:25:11 +0000 Subject: [PATCH] =?UTF-8?q?Fixes:=20demux=5Fogg.c:253:=20warning:=20implic?= =?UTF-8?q?it=20declaration=20of=20function=20=E2=80=98subcp=5Frecode?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by Reimar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22823 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;