summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
diff options
context:
space:
mode:
authorIvan Kalvachev <ikalvachev@gmail.com>2007-09-18 18:12:53 +0000
committerIvan Kalvachev <ikalvachev@gmail.com>2007-09-18 18:12:53 +0000
commitee28dedc8668c1a0a64050155a84717cf4b6141b (patch)
tree3d78b10969df46595197dde8a637e7ea27193c90 /libavcodec/xvmcvideo.c
parent13ef78254d12078c22c70bbe18113c98fa9f95d1 (diff)
Remove inline from function that is exported.
Issue noticed by Bernhard Rosenkraenzer. Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmcvideo.c')
-rw-r--r--libavcodec/xvmcvideo.c2
1 files changed, 1 insertions, 1 deletions
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);