From 26786f43d7d58e82f0d7003837d6893f3180b81a Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 6 Sep 2015 13:39:04 +0200 Subject: avcodec/htmlsubtitles: drop avcodec dependency --- libavcodec/htmlsubtitles.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/htmlsubtitles.h') diff --git a/libavcodec/htmlsubtitles.h b/libavcodec/htmlsubtitles.h index b06a5af6c8..e10cdda241 100644 --- a/libavcodec/htmlsubtitles.h +++ b/libavcodec/htmlsubtitles.h @@ -23,7 +23,6 @@ #include "libavutil/bprint.h" -void ff_htmlmarkup_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *in); - +void ff_htmlmarkup_to_ass(void *log_ctx, AVBPrint *dst, const char *in); #endif /* AVCODEC_HTMLSUBTITLES_H */ -- cgit v1.2.3