mirror of https://github.com/mpv-player/mpv
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:
parent
28d141a2bb
commit
70836f5da2
|
@ -59,6 +59,9 @@ subtitle* subcp_recode1 (subtitle *sub);
|
||||||
// setting to NULL disables enca.
|
// setting to NULL disables enca.
|
||||||
void subcp_open (FILE *enca_fd); /* for demux_ogg.c */
|
void subcp_open (FILE *enca_fd); /* for demux_ogg.c */
|
||||||
void subcp_close (void); /* 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);
|
char ** sub_filenames(char *path, char *fname);
|
||||||
void list_sub_file(sub_data* subd);
|
void list_sub_file(sub_data* subd);
|
||||||
void dump_srt(sub_data* subd, float fps);
|
void dump_srt(sub_data* subd, float fps);
|
||||||
|
|
Loading…
Reference in New Issue