vlc/rl: Add ff_ prefix to the nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user