# HG changeset patch # User michael # Date 1156350279 0 # Node ID cf88f671974380133b024772d334345ab8a348b2 # Parent 8da1b141e83ae75248a1d249f1b1296952a9cf63 total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) diff -r 8da1b141e83a -r cf88f6719743 asf.c --- a/asf.c Mon Aug 21 15:49:08 2006 +0000 +++ b/asf.c Wed Aug 23 16:24:39 2006 +0000 @@ -187,7 +187,8 @@ asf->packet_size = asf->hdr.max_pktsize; asf->nb_packets = asf->hdr.packets_count; } else if (!memcmp(&g, &stream_header, sizeof(GUID))) { - int type, total_size, type_specific_size, sizeX; + int type, type_specific_size, sizeX; + uint64_t total_size; unsigned int tag1; int64_t pos1, pos2; int test_for_ext_stream_audio;