[MPlayer-cvslog] r33484 - trunk/libmpdemux/asf.h

ib subversion at mplayerhq.hu
Sun May 22 22:19:28 CEST 2011


Author: ib
Date: Sun May 22 22:19:28 2011
New Revision: 33484

Log:
Fix comment error.

According to the ASF documentation,
MF_PD_ASF_FILEPROPERTIES_PREROLL (preroll) is UINT64.

Modified:
   trunk/libmpdemux/asf.h

Modified: trunk/libmpdemux/asf.h
==============================================================================
--- trunk/libmpdemux/asf.h	Sun May 22 21:55:18 2011	(r33483)
+++ trunk/libmpdemux/asf.h	Sun May 22 22:19:28 2011	(r33484)
@@ -52,7 +52,7 @@ typedef struct __attribute__((packed)) {
   uint64_t num_packets;    //Number of packets UINT64 8
   uint64_t play_duration; //Timestamp of the end position UINT64 8
   uint64_t send_duration;  //Duration of the playback UINT64 8
-  uint64_t preroll; //Time to bufferize before playing UINT32 4
+  uint64_t preroll; //Time to bufferize before playing UINT64 8
   uint32_t flags; //Unknown, maybe flags ( usually contains 2 ) UINT32 4
   uint32_t min_packet_size; //Min size of the packet, in bytes UINT32 4
   uint32_t max_packet_size; //Max size of the packet  UINT32 4


More information about the MPlayer-cvslog mailing list