summaryrefslogtreecommitdiff
path: root/libavformat/ffmdec.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-09-29 20:08:26 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-09 22:09:08 +0200
commit8d6625642db064a45224cb7a8e037f6e79a6554d (patch)
tree30cfba33bc81a26295dd4b371c208d6204104ef4 /libavformat/ffmdec.c
parent35af7add6fac7f926d0cbb5724f36f0fe5022488 (diff)
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavformat/ffmdec.c')
-rw-r--r--libavformat/ffmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index 110d31540f..b743c872c0 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -151,7 +151,7 @@ static int ffm_read_data(AVFormatContext *s,
return size1 - size;
}
-/* ensure that acutal seeking happens between FFM_PACKET_SIZE
+/* ensure that actual seeking happens between FFM_PACKET_SIZE
and file_size - FFM_PACKET_SIZE */
static int64_t ffm_seek1(AVFormatContext *s, int64_t pos1)
{