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
This commit is contained in:
rathann 2007-03-25 19:25:11 +00:00
parent 5bee3cce05
commit 02d3e141fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;