diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-16 03:05:01 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-16 03:05:01 +0200 |
commit | d214e5cfb414ea2b8cbcf3c4300288b130388d4a (patch) | |
tree | 666d75490a8c82dff278030986dabf20194af90c /libavcodec/ass_split.c | |
parent | 74434d3bfe595f848b853d2d1b731aa4af8217fe (diff) | |
download | ffmpeg-d214e5cfb414ea2b8cbcf3c4300288b130388d4a.tar.gz |
lavc/ass_split: add ff_ prefix to ass_style_get().
Diffstat (limited to 'libavcodec/ass_split.c')
-rw-r--r-- | libavcodec/ass_split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ass_split.c b/libavcodec/ass_split.c index 81d501eefe..7ee48b4a5c 100644 --- a/libavcodec/ass_split.c +++ b/libavcodec/ass_split.c @@ -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; |