Mercurial > libavcodec.hg
changeset 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 | 930587f0259d |
children | d639d661129a |
files | xvmcvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);