From ee28dedc8668c1a0a64050155a84717cf4b6141b Mon Sep 17 00:00:00 2001 From: Ivan Kalvachev Date: Tue, 18 Sep 2007 18:12:53 +0000 Subject: [PATCH] Remove inline from function that is exported. Issue noticed by Bernhard Rosenkraenzer. Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmcvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c index ff56ceb3f5..1a112e1c87 100644 --- a/libavcodec/xvmcvideo.c +++ b/libavcodec/xvmcvideo.c @@ -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); -- 2.11.0