diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-10-08 23:28:36 +0200 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2015-10-08 23:29:18 +0200 |
commit | b3f8d871eeda38991108db7151e6c396808b22fe (patch) | |
tree | c50cd000617d978ad359e086ced75bfdfb7d33ec /libavcodec/ass.h | |
parent | 65e2a5bb3295a8e91de67d786cbc47c6448b4543 (diff) | |
download | ffmpeg-b3f8d871eeda38991108db7151e6c396808b22fe.tar.gz |
avcodec/ass: fix doxygen typo
Diffstat (limited to 'libavcodec/ass.h')
-rw-r--r-- | libavcodec/ass.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |