diff asf.c @ 735:72f8690c3f37 libavformat

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents 1221cba1c069
children af4e24d6310c
line wrap: on
line diff
--- a/asf.c	Sun Apr 24 11:15:35 2005 +0000
+++ b/asf.c	Sun Apr 24 17:21:11 2005 +0000
@@ -579,7 +579,7 @@
 	    asf_st->frag_offset = 0;
 	    if (asf->packet_frag_offset != 0) {
 		url_fskip(pb, asf->packet_frag_size);
-		av_log(s, AV_LOG_INFO, "ff asf parser skiping %db\n", asf->packet_frag_size);
+		av_log(s, AV_LOG_INFO, "ff asf parser skipping %db\n", asf->packet_frag_size);
 		asf->packet_size_left -= asf->packet_frag_size;
 		continue;
 	    }