[FFmpeg-cvslog] avcodec: fix wording in AVSubtitleRect doxy
Clément Bœsch
git at videolan.org
Sat Dec 13 23:35:37 CET 2014
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Dec 13 23:35:22 2014 +0100| [d823edee8d346901ec4f9b31f9abee758b23b5ef] | committer: Clément Bœsch
avcodec: fix wording in AVSubtitleRect doxy
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d823edee8d346901ec4f9b31f9abee758b23b5ef
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 75ef840..4b6b00c 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;
More information about the ffmpeg-cvslog
mailing list