Mercurial > mplayer.hg
changeset 33396:580141f51e13
Fix comment error.
According to the ASF documentation,
MF_PD_ASF_FILEPROPERTIES_PREROLL (preroll) is UINT64.
author | ib |
---|---|
date | Sun, 22 May 2011 20:19:28 +0000 |
parents | 4e9058b47bde |
children | 30e60125c2f4 |
files | libmpdemux/asf.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asf.h Sun May 22 19:55:18 2011 +0000 +++ b/libmpdemux/asf.h Sun May 22 20:19:28 2011 +0000 @@ -52,7 +52,7 @@ 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