summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-12-13 23:35:22 +0100
committerClément Bœsch <u@pkh.me>2014-12-13 23:35:22 +0100
commitd823edee8d346901ec4f9b31f9abee758b23b5ef (patch)
tree6eb6d17ac75c17339d97359fa55dc327704aca73 /libavcodec/avcodec.h
parent4b6f2253741f3023928e61ae5105ccd4b1c515fb (diff)
avcodec: fix wording in AVSubtitleRect doxy
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 75ef840e16..4b6b00cd02 100644
--- a/libavcodec/avcodec.h
+++ b/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;