summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorRyan Martell <rdm4@martellventures.com>2006-12-04 15:46:32 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2006-12-04 15:46:32 +0000
commit73fe1052dd7533243d48f7ee31eed5df95b924e0 (patch)
treee0b037c920c763efcd9ee2e4f0c8ea6bcc9bb7c7 /libavformat/asf.h
parent4a1bb6196bd5431ecb2af2d3584ff663a2ec7c0c (diff)
Minor modifications to handle mms streaming.
Patch by Ryan Martell rdm4 martellventures com. Originally committed as revision 7221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index bbe88801a8..5e3d26c399 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -86,7 +86,7 @@ typedef struct {
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;