Commit 657e55f1 authored by iive's avatar iive

Remove inline from function that is exported.

Issue noticed by Bernhard Rosenkraenzer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2389a18c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment