You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/ass: fix doxygen typo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user