[MPlayer-cvslog] CVS: main/libmpdemux muxer_mpeg.c,1.55,1.56

Nico Sabbi CVS syncmail at mplayerhq.hu
Sat Apr 22 19:55:42 CEST 2006


CVS change done by Nico Sabbi CVS

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

Modified Files:
	muxer_mpeg.c 
Log Message:
moved inline at beginning of declaration

Index: muxer_mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_mpeg.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- muxer_mpeg.c	22 Apr 2006 17:47:53 -0000	1.55
+++ muxer_mpeg.c	22 Apr 2006 17:55:39 -0000	1.56
@@ -895,7 +895,7 @@
 		spriv->pack[x+2] = spriv->pack[x+3] = 0;
 }
 
-static void inline remove_frames(muxer_headers_t *spriv, int n)
+static inline void remove_frames(muxer_headers_t *spriv, int n)
 {
 	mpeg_frame_t tmp;
 	int i;




More information about the MPlayer-cvslog mailing list