avcodec: fix wording in AVSubtitleRect doxy

pull/101/head
Clément Bœsch 10 years ago
parent 4b6f225374
commit d823edee8d
  1. 2
      libavcodec/avcodec.h

@ -3451,7 +3451,7 @@ typedef struct AVSubtitleRect {
/**
* 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;
enum AVSubtitleType type;

Loading…
Cancel
Save