From b3f8d871eeda38991108db7151e6c396808b22fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Oct 2015 23:28:36 +0200 Subject: avcodec/ass: fix doxygen typo --- libavcodec/ass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ass.h') diff --git a/libavcodec/ass.h b/libavcodec/ass.h index f3046efb79..14a1ed2c16 100644 --- a/libavcodec/ass.h +++ b/libavcodec/ass.h @@ -95,7 +95,7 @@ int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, int ts_start, int duration, int raw); /** - * Same as ff_ass_add_rect_bprint, but taking an AVBPrint buffer instead of a + * Same as ff_ass_add_rect, but taking an AVBPrint buffer instead of a * string, and assuming raw=0. */ int ff_ass_add_rect_bprint(AVSubtitle *sub, AVBPrint *buf, -- cgit v1.2.3