[Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.11,1.12
Mike Melanson
melanson at mplayer.dev.hu
Mon Dec 24 21:38:51 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv31473/libmpdemux
Modified Files:
asf.h
Log Message:
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.
Index: asf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- asf.h 16 Dec 2001 21:41:43 -0000 1.11
+++ asf.h 24 Dec 2001 20:38:49 -0000 1.12
@@ -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); \
More information about the MPlayer-cvslog
mailing list