Commit e84232df authored by kabi's avatar kabi

* using static instead of extern


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@304 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 29c5c505
......@@ -265,7 +265,7 @@ typedef struct RLTable {
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];
......
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