]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ffmdec.c
Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'
[ffmpeg] / libavformat / ffmdec.c
index 110d31540f19c8a79e267699d066a6de51a3d2aa..b743c872c09a709e838f31b59b3f151a39e7396f 100644 (file)
@@ -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)
 {