diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:45:48 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:45:48 +0100 |
commit | d5ce725cb32ba932cdede102f246d060460786cb (patch) | |
tree | df2df5b40fae988eb34666862be0f9d3a2bcafaf /libavformat | |
parent | 35a995f4518aadc8aea145a21889cf039f12644d (diff) | |
download | ffmpeg-d5ce725cb32ba932cdede102f246d060460786cb.tar.gz |
Fix a few "its" vs "it's" typo.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 03fca57051..c2bd849332 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; |