OSDN Git Service

Remove inline from function that is exported.
authorIvan Kalvachev <ikalvachev@gmail.com>
Tue, 18 Sep 2007 18:12:53 +0000 (18:12 +0000)
committerIvan Kalvachev <ikalvachev@gmail.com>
Tue, 18 Sep 2007 18:12:53 +0000 (18:12 +0000)
Issue noticed by Bernhard Rosenkraenzer.

Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/xvmcvideo.c

index ff56ceb..1a112e1 100644 (file)
@@ -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);