Browse Source

avcodec/ass: fix doxygen typo

tags/n3.0
wm4 9 years ago
parent
commit
b3f8d871ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ass.h

+ 1
- 1
libavcodec/ass.h View File

@@ -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,


Loading…
Cancel
Save