lavc/ass_split: add ff_ prefix to ass_style_get().

This commit is contained in:
Clément Bœsch
2012-09-16 03:05:01 +02:00
parent 74434d3bfe
commit d214e5cfb4
3 changed files with 3 additions and 3 deletions

View File

@@ -456,7 +456,7 @@ int ff_ass_split_override_codes(const ASSCodesCallbacks *callbacks, void *priv,
return 0;
}
ASSStyle *ass_style_get(ASSSplitContext *ctx, const char *style)
ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style)
{
ASS *ass = &ctx->ass;
int i;