changeset 23306:f37b8ec947ca

"inline" is used elsewhere and more portable than "__inline"
author reimar
date Wed, 16 May 2007 21:50:59 +0000
parents 22d3d12c6dfb
children a61a523f753e
files xvid_vbr.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;