summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-02-14 23:45:48 +0100
committerClément Bœsch <ubitux@gmail.com>2013-02-14 23:45:48 +0100
commitd5ce725cb32ba932cdede102f246d060460786cb (patch)
treedf2df5b40fae988eb34666862be0f9d3a2bcafaf /libavformat
parent35a995f4518aadc8aea145a21889cf039f12644d (diff)
downloadffmpeg-streaming-d5ce725cb32ba932cdede102f246d060460786cb.zip
ffmpeg-streaming-d5ce725cb32ba932cdede102f246d060460786cb.tar.gz
Fix a few "its" vs "it's" typo.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud