Mercurial > mplayer.hg
changeset 12930:b200b94ebc4b
missing guess_cp declaration (patch by Ismail D«Ónmez)
author | henry |
---|---|
date | Mon, 02 Aug 2004 06:46:48 +0000 |
parents | e31bab90b91c |
children | 0aecf9be9817 |
files | subreader.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.h Mon Aug 02 04:24:36 2004 +0000 +++ b/subreader.h Mon Aug 02 06:46:48 2004 +0000 @@ -59,6 +59,9 @@ // 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);