summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:14:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:14:32 +0200
commit466988ab7536aeec10a79c79f38124c773a16f90 (patch)
tree1bc738cd7bf9bbcfe326ec860c9d34e923b27f1d /libavformat/oggdec.c
parente2a5557cbb7fbcdf38a3240112cbc452930fe8b1 (diff)
downloadffmpeg-466988ab7536aeec10a79c79f38124c773a16f90.tar.gz
Fix dont and doesnt typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index fe19988c07..f7d00c1b4b 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -837,7 +837,7 @@ static int64_t ogg_read_timestamp(AVFormatContext *s, int stream_index,
&& !ogg_packet(s, &i, &pstart, &psize, pos_arg)) {
if (i == stream_index) {
struct ogg_stream *os = ogg->streams + stream_index;
- // Dont trust the last timestamps of a ogm video
+ // Do not trust the last timestamps of a ogm video
if ( (os->flags & OGG_FLAG_EOS)
&& !(os->flags & OGG_FLAG_BOS)
&& os->codec == &ff_ogm_video_codec)