[MPlayer-cvslog] CVS: main/libvo sub.h,1.29,1.30

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Mon Dec 5 02:34:16 CET 2005


CVS change done by Dominik Mierzejewski CVS

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

Modified Files:
	sub.h 
Log Message:
fix
mplayer.c:509: warning: implicit declaration of function 'free_osd_list'


Index: sub.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sub.h	28 Oct 2004 01:15:52 -0000	1.29
+++ sub.h	5 Dec 2005 01:34:13 -0000	1.30
@@ -117,6 +117,7 @@
 int vo_update_osd(int dxs,int dys);
 int vo_osd_changed(int new_value);
 int vo_osd_check_range_update(int,int,int,int);
+void free_osd_list();
 
 extern int vo_osd_changed_flag;
 




More information about the MPlayer-cvslog mailing list