]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ass_split.h
libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size
[ffmpeg] / libavcodec / ass_split.h
index 2ce4eb5d9c1235943c0a83594d5c2d474ece7f86..7a6a75e030eba4507b2689d69aa887d3e64a96bf 100644 (file)
@@ -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 */