[MPlayer-cvslog] r23324 - trunk/xvid_vbr.c

reimar subversion at mplayerhq.hu
Wed May 16 23:50:59 CEST 2007


Author: reimar
Date: Wed May 16 23:50:59 2007
New Revision: 23324

Log:
"inline" is used elsewhere and more portable than "__inline"


Modified:
   trunk/xvid_vbr.c

Modified: trunk/xvid_vbr.c
==============================================================================
--- trunk/xvid_vbr.c	(original)
+++ trunk/xvid_vbr.c	Wed May 16 23:50:59 2007
@@ -96,7 +96,7 @@ static vbr_finish_function vbr_finish_2p
  * Inline utility functions
  *****************************************************************************/
 
-static __inline int util_frametype(vbr_control_t *state)
+static inline int util_frametype(vbr_control_t *state)
 {
 
 	if(state->credits_start) {
@@ -120,7 +120,7 @@ static __inline int util_frametype(vbr_c
 
 }
 
-static __inline int util_creditsframes(vbr_control_t *state)
+static inline int util_creditsframes(vbr_control_t *state)
 {
 
 	int frames = 0;



More information about the MPlayer-cvslog mailing list