[FFmpeg-cvslog] avcodec/ass: fix doxygen typo
wm4
git at videolan.org
Thu Oct 8 23:29:21 CEST 2015
ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Thu Oct 8 23:28:36 2015 +0200| [b3f8d871eeda38991108db7151e6c396808b22fe] | committer: wm4
avcodec/ass: fix doxygen typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3f8d871eeda38991108db7151e6c396808b22fe
---
libavcodec/ass.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the ffmpeg-cvslog
mailing list