summaryrefslogtreecommitdiffstats
path: root/xvid_vbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xvid_vbr.c')
-rw-r--r--xvid_vbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xvid_vbr.c b/xvid_vbr.c
index 015a812c71..10efd6d0df 100644
--- a/xvid_vbr.c
+++ b/xvid_vbr.c
@@ -96,7 +96,7 @@ static vbr_finish_function vbr_finish_2pass2;
* 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_control_t *state)
}
-static __inline int util_creditsframes(vbr_control_t *state)
+static inline int util_creditsframes(vbr_control_t *state)
{
int frames = 0;