avcodec: fix wording in AVSubtitleRect doxy

This commit is contained in:
Clément Bœsch 2014-12-13 23:35:22 +01:00
parent 4b6f225374
commit d823edee8d
1 changed files with 1 additions and 1 deletions

View File

@ -3451,7 +3451,7 @@ typedef struct AVSubtitleRect {
/** /**
* data+linesize for the bitmap of this subtitle. * data+linesize for the bitmap of this subtitle.
* can be set for text/ass as well once they where rendered * can be set for text/ass as well once they are rendered
*/ */
AVPicture pict; AVPicture pict;
enum AVSubtitleType type; enum AVSubtitleType type;