[FFmpeg-cvslog] r10529 - trunk/libavcodec/xvmcvideo.c

iive subversion
Tue Sep 18 20:12:53 CEST 2007


Author: iive
Date: Tue Sep 18 20:12:53 2007
New Revision: 10529

Log:
Remove inline from function that is exported.
Issue noticed by Bernhard Rosenkraenzer.


Modified:
   trunk/libavcodec/xvmcvideo.c

Modified: trunk/libavcodec/xvmcvideo.c
==============================================================================
--- trunk/libavcodec/xvmcvideo.c	(original)
+++ trunk/libavcodec/xvmcvideo.c	Tue Sep 18 20:12:53 2007
@@ -40,7 +40,7 @@
 //#include "xvmc_debug.h"
 
 //set s->block
-inline void XVMC_init_block(MpegEncContext *s){
+void XVMC_init_block(MpegEncContext *s){
 xvmc_render_state_t * render;
     render = (xvmc_render_state_t*)s->current_picture.data[2];
     assert(render != NULL);




More information about the ffmpeg-cvslog mailing list