diff xvid_vbr.c @ 23306:f37b8ec947ca

"inline" is used elsewhere and more portable than "__inline"
author reimar
date Wed, 16 May 2007 21:50:59 +0000
parents f3d7a1b58a82
children 6ebc9e7ffa12
line wrap: on
line diff
--- a/xvid_vbr.c	Wed May 16 21:45:46 2007 +0000
+++ b/xvid_vbr.c	Wed May 16 21:50:59 2007 +0000
@@ -96,7 +96,7 @@
  * 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_creditsframes(vbr_control_t *state)
+static inline int util_creditsframes(vbr_control_t *state)
 {
 
 	int frames = 0;