summaryrefslogtreecommitdiff
path: root/libavcodec/htmlsubtitles.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-09-06 13:39:04 +0200
committerClément Bœsch <u@pkh.me>2015-09-06 13:39:04 +0200
commit26786f43d7d58e82f0d7003837d6893f3180b81a (patch)
tree82c1176a4be0358dd10055b24d8fa862d5683a12 /libavcodec/htmlsubtitles.h
parent87f90be4f2a6c68f334cfc89493b0e410eb2afde (diff)
downloadffmpeg-26786f43d7d58e82f0d7003837d6893f3180b81a.tar.gz
avcodec/htmlsubtitles: drop avcodec dependency
Diffstat (limited to 'libavcodec/htmlsubtitles.h')
-rw-r--r--libavcodec/htmlsubtitles.h3
1 files changed, 1 insertions, 2 deletions
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 */