mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavc/ass_split: add ff_ prefix to ass_style_get().
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user