Mercurial > libavcodec.hg
changeset 243:a6519f773064 libavcodec
* using static instead of extern
author | kabi |
---|---|
date | Mon, 18 Feb 2002 09:29:32 +0000 |
parents | d1a9663b973b |
children | 3860331a1ecb |
files | mpegvideo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Mon Feb 18 09:28:05 2002 +0000 +++ b/mpegvideo.h Mon Feb 18 09:29:32 2002 +0000 @@ -265,7 +265,7 @@ void init_rl(RLTable *rl); void init_vlc_rl(RLTable *rl); -extern inline int get_rl_index(const RLTable *rl, int last, int run, int level) +static inline int get_rl_index(const RLTable *rl, int last, int run, int level) { int index; index = rl->index_run[last][run];