From d823edee8d346901ec4f9b31f9abee758b23b5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 13 Dec 2014 23:35:22 +0100 Subject: [PATCH] avcodec: fix wording in AVSubtitleRect doxy --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;