lavc/ass_split: add ff_ prefix to ass_style_get().
This commit is contained in:
parent
74434d3bfe
commit
d214e5cfb4
3 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue