missing guess_cp declaration (patch by Ismail Dönmez)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12931 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2004-08-02 06:46:48 +00:00
parent 28d141a2bb
commit 70836f5da2
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ subtitle* subcp_recode1 (subtitle *sub);
// setting to NULL disables enca.
void subcp_open (FILE *enca_fd); /* for demux_ogg.c */
void subcp_close (void); /* for demux_ogg.c */
#ifdef HAVE_ENCA
void* guess_cp(FILE *enca_fd, char *preferred_language, char *fallback);
#endif
char ** sub_filenames(char *path, char *fname);
void list_sub_file(sub_data* subd);
void dump_srt(sub_data* subd, float fps);