summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videodec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:20:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-27 15:20:45 +0200
commit9341e9497b1162726f09c1ff73edc95364b3c21a (patch)
treef58c5349a26461e917edb9357ec60a06490d8bc7 /libavcodec/mpeg4videodec.c
parenta5e20d9f4d5d260acc4df32d0f3c5925fab5cd42 (diff)
Fix overriden typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r--libavcodec/mpeg4videodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c
index 5000684857..303e5475e5 100644
--- a/libavcodec/mpeg4videodec.c
+++ b/libavcodec/mpeg4videodec.c
@@ -1740,7 +1740,7 @@ static int decode_vol_header(Mpeg4DecContext *ctx, GetBitContext *gb)
}
} else {
/* is setting low delay flag only once the smartest thing to do?
- * low delay detection won't be overriden. */
+ * low delay detection won't be overridden. */
if (s->picture_number == 0)
s->low_delay = 0;
}