vlc/rl: Add ff_ prefix to the nonstatic symbols

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2012-02-09 11:37:58 +02:00
parent ddce8953a5
commit e96b4a53df
36 changed files with 107 additions and 107 deletions

View File

@@ -187,7 +187,7 @@ static void tm2_free_codes(TM2Codes *code)
{
av_free(code->recode);
if(code->vlc.table)
free_vlc(&code->vlc);
ff_free_vlc(&code->vlc);
}
static inline int tm2_get_token(GetBitContext *gb, TM2Codes *code)