summaryrefslogtreecommitdiffstats
path: root/libavcodec/ass.h
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-10-08 23:28:36 +0200
committerwm4 <nfxjfg@googlemail.com>2015-10-08 23:29:18 +0200
commitb3f8d871eeda38991108db7151e6c396808b22fe (patch)
treec50cd000617d978ad359e086ced75bfdfb7d33ec /libavcodec/ass.h
parent65e2a5bb3295a8e91de67d786cbc47c6448b4543 (diff)
downloadffmpeg-streaming-b3f8d871eeda38991108db7151e6c396808b22fe.zip
ffmpeg-streaming-b3f8d871eeda38991108db7151e6c396808b22fe.tar.gz
avcodec/ass: fix doxygen typo
Diffstat (limited to 'libavcodec/ass.h')
-rw-r--r--libavcodec/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ass.h b/libavcodec/ass.h
index f3046ef..14a1ed2 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,
OpenPOWER on IntegriCloud