Mercurial > libavcodec.hg
diff xvmcvideo.c @ 5691:fc98cdbe29b8 libavcodec
Remove inline from function that is exported.
Issue noticed by Bernhard Rosenkraenzer.
| author | iive |
|---|---|
| date | Tue, 18 Sep 2007 18:12:53 +0000 |
| parents | cf6608b00186 |
| children | 493dc59d469a |
line wrap: on
line diff
--- a/xvmcvideo.c Mon Sep 17 13:23:16 2007 +0000 +++ b/xvmcvideo.c Tue Sep 18 18:12:53 2007 +0000 @@ -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);
