[MPlayer-cvslog] r22823 - trunk/subreader.h

rathann subversion at mplayerhq.hu
Sun Mar 25 21:25:11 CEST 2007


Author: rathann
Date: Sun Mar 25 21:25:11 2007
New Revision: 22823

Modified:
   trunk/subreader.h

Log:
Fixes:
demux_ogg.c:253: warning: implicit declaration of function ‘subcp_recode’

Approved by Reimar.


Modified: trunk/subreader.h
==============================================================================
--- trunk/subreader.h	(original)
+++ trunk/subreader.h	Sun Mar 25 21:25:11 2007
@@ -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;



More information about the MPlayer-cvslog mailing list