changeset 3719:f5a1a8e268d5

Somewhere along the line, someone updated a field in an ASF structure from 'unk1' to 'preroll'. There is a macro that is only needed on big endian systems that didn't get updated to reflect that change.
author melanson
date Mon, 24 Dec 2001 20:38:49 +0000
parents d358dc143a9e
children 120ac80f13c2
files libmpdemux/asf.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/asf.h	Mon Dec 24 18:54:58 2001 +0000
+++ b/libmpdemux/asf.h	Mon Dec 24 20:38:49 2001 +0000
@@ -145,7 +145,7 @@
     (h)->end_timestamp = le2me_64((h)->end_timestamp);			\
     (h)->duration = le2me_64((h)->duration);				\
     (h)->start_timestamp = le2me_32((h)->start_timestamp);		\
-    (h)->unk1 = le2me_32((h)->unk1);					\
+    (h)->preroll = le2me_32((h)->preroll);				\
     (h)->flags = le2me_32((h)->flags);					\
     (h)->packetsize = le2me_32((h)->packetsize);			\
     (h)->packetsize2 = le2me_32((h)->packetsize2);			\