[Mplayer-cvslog] CVS: main dll_init.h,1.5,1.6 mmx_defs.h,1.2,1.3 mplayer.h,1.8,1.9 my_profile.h,1.2,1.3

Arpi of Ize arpi at mplayerhq.hu
Sat Jun 8 00:43:56 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv23063

Modified Files:
	dll_init.h mmx_defs.h mplayer.h my_profile.h 
Log Message:
warning & newline fixes by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: dll_init.h
===================================================================
RCS file: /cvsroot/mplayer/main/dll_init.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dll_init.h	11 Apr 2002 02:52:28 -0000	1.5
+++ dll_init.h	7 Jun 2002 22:43:23 -0000	1.6
@@ -4,9 +4,11 @@
 extern char* win32_codec_name;  // must be set before calling DrvOpen() !!!
 
 int init_acm_audio_codec(sh_audio_t *sh_audio);
+int close_acm_audio_codec(sh_audio_t *sh_audio);
 int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen);
 
 int init_vfw_video_codec(sh_video_t *sh_video,int ex);
+int vfw_close_video_codec(sh_video_t *sh_video, int ex);
 int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex);
 int vfw_set_postproc(sh_video_t* sh_video,int quality);
 

Index: mmx_defs.h
===================================================================
RCS file: /cvsroot/mplayer/main/mmx_defs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mmx_defs.h	30 Oct 2001 16:16:49 -0000	1.2
+++ mmx_defs.h	7 Jun 2002 22:43:23 -0000	1.3
@@ -54,4 +54,4 @@
 #endif
 
 
-#endif
\ No newline at end of file
+#endif

Index: mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mplayer.h	3 Jun 2002 15:06:31 -0000	1.8
+++ mplayer.h	7 Jun 2002 22:43:23 -0000	1.9
@@ -9,4 +9,4 @@
 
 extern void exit_player(char* how);
 
-#endif
\ No newline at end of file
+#endif

Index: my_profile.h
===================================================================
RCS file: /cvsroot/mplayer/main/my_profile.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- my_profile.h	11 Nov 2001 15:20:19 -0000	1.2
+++ my_profile.h	7 Jun 2002 22:43:23 -0000	1.3
@@ -30,4 +30,4 @@
 
 
 
-#endif
\ No newline at end of file
+#endif




More information about the MPlayer-cvslog mailing list