Commit b3f8d871 authored by wm4's avatar wm4

avcodec/ass: fix doxygen typo

parent 65e2a5bb
...@@ -95,7 +95,7 @@ int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, ...@@ -95,7 +95,7 @@ int ff_ass_add_rect(AVSubtitle *sub, const char *dialog,
int ts_start, int duration, int raw); 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. * string, and assuming raw=0.
*/ */
int ff_ass_add_rect_bprint(AVSubtitle *sub, AVBPrint *buf, int ff_ass_add_rect_bprint(AVSubtitle *sub, AVBPrint *buf,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment