summaryrefslogtreecommitdiffstats
path: root/libavcodec/ass_split.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-09-16 03:05:01 +0200
committerClément Bœsch <ubitux@gmail.com>2012-09-16 03:05:01 +0200
commitd214e5cfb414ea2b8cbcf3c4300288b130388d4a (patch)
tree666d75490a8c82dff278030986dabf20194af90c /libavcodec/ass_split.c
parent74434d3bfe595f848b853d2d1b731aa4af8217fe (diff)
downloadffmpeg-streaming-d214e5cfb414ea2b8cbcf3c4300288b130388d4a.zip
ffmpeg-streaming-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ass_split.c b/libavcodec/ass_split.c
index 81d501e..7ee48b4 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;
OpenPOWER on IntegriCloud