comparison 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
comparison
equal deleted inserted replaced
734:909942162fa3 735:72f8690c3f37
577 if (asf_st->pkt.size) 577 if (asf_st->pkt.size)
578 av_free_packet(&asf_st->pkt); 578 av_free_packet(&asf_st->pkt);
579 asf_st->frag_offset = 0; 579 asf_st->frag_offset = 0;
580 if (asf->packet_frag_offset != 0) { 580 if (asf->packet_frag_offset != 0) {
581 url_fskip(pb, asf->packet_frag_size); 581 url_fskip(pb, asf->packet_frag_size);
582 av_log(s, AV_LOG_INFO, "ff asf parser skiping %db\n", asf->packet_frag_size); 582 av_log(s, AV_LOG_INFO, "ff asf parser skipping %db\n", asf->packet_frag_size);
583 asf->packet_size_left -= asf->packet_frag_size; 583 asf->packet_size_left -= asf->packet_frag_size;
584 continue; 584 continue;
585 } 585 }
586 } 586 }
587 if (asf->packet_replic_size == 1) { 587 if (asf->packet_replic_size == 1) {