From d5ce725cb32ba932cdede102f246d060460786cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 14 Feb 2013 23:45:48 +0100 Subject: Fix a few "its" vs "it's" typo. --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 03fca57..c2bd849 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -844,7 +844,7 @@ typedef struct AVStream { /** * Number of internally decoded frames, used internally in libavformat, do not access - * its lifetime differs from info which is why its not in that structure. + * its lifetime differs from info which is why it is not in that structure. */ int nb_decoded_frames; -- cgit v1.1