diff asf.h @ 1552:de18846fa25c libavformat

Minor modifications to handle mms streaming. Patch by Ryan Martell rdm4 martellventures com.
author takis
date Mon, 04 Dec 2006 15:46:32 +0000
parents 0899bfe4105c
children 39cafa2f6060
line wrap: on
line diff
--- a/asf.h	Mon Dec 04 11:42:48 2006 +0000
+++ b/asf.h	Mon Dec 04 15:46:32 2006 +0000
@@ -86,7 +86,7 @@
     int asfid2avid[128];        /* conversion table from asf ID 2 AVStream ID */
     ASFStream streams[128];     /* it's max number and it's not that big */
     /* non streamed additonnal info */
-    int64_t nb_packets;
+    uint64_t nb_packets;
     int64_t duration; /* in 100ns units */
     /* packet filling */
     unsigned char multi_payloads_present;