diff options
author | Clément Bœsch | 2012-09-16 03:05:01 +0200 |
---|---|---|
committer | Clément Bœsch | 2012-09-16 03:05:01 +0200 |
commit | d214e5cfb414ea2b8cbcf3c4300288b130388d4a (patch) | |
tree | 666d75490a8c82dff278030986dabf20194af90c /libavcodec/ass_split.h | |
parent | 74434d3bfe595f848b853d2d1b731aa4af8217fe (diff) |
lavc/ass_split: add ff_ prefix to ass_style_get().
Diffstat (limited to 'libavcodec/ass_split.h')
-rw-r--r-- | libavcodec/ass_split.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index 2ce4eb5d9c..7a6a75e030 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -167,6 +167,6 @@ int ff_ass_split_override_codes(const ASSCodesCallbacks *callbacks, void *priv, * @param style name of the style to search for. * @return the ASSStyle corresponding to style, or NULL if style can't be found */ -ASSStyle *ass_style_get(ASSSplitContext *ctx, const char *style); +ASSStyle *ff_ass_style_get(ASSSplitContext *ctx, const char *style); #endif /* AVCODEC_ASS_SPLIT_H */ |