[Mplayer-cvslog] CVS: main subreader.h,1.34,1.35

Jindrich Makovicka CVS syncmail at mplayerhq.hu
Mon Aug 2 08:46:51 CEST 2004


CVS change done by Jindrich Makovicka CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv306

Modified Files:
	subreader.h 
Log Message:
missing guess_cp declaration (patch by Ismail Dönmez)

Index: subreader.h
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- subreader.h	28 Jul 2004 17:03:09 -0000	1.34
+++ subreader.h	2 Aug 2004 06:46:48 -0000	1.35
@@ -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);




More information about the MPlayer-cvslog mailing list