summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorib <ib@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-05-22 20:19:28 +0000
committerUoti Urpala <uau@mplayer2.org>2011-07-06 06:52:22 +0300
commit30d81cf7265fb0eed8531d49744fdd8952877029 (patch)
tree15e8bd3f2ff908ba3f86d52d14d2dc460172d091 /libmpdemux
parent652a40e06b8cbdfb45d934cfa860f3b125c932e9 (diff)
downloadmpv-30d81cf7265fb0eed8531d49744fdd8952877029.tar.bz2
mpv-30d81cf7265fb0eed8531d49744fdd8952877029.tar.xz
cosmetics: asf.h: Fix comment error
According to the ASF documentation, MF_PD_ASF_FILEPROPERTIES_PREROLL (preroll) is UINT64. Fix type mentioned in comment. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33484 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/asf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h
index a3d2b01c17..a2bf546fd1 100644
--- a/libmpdemux/asf.h
+++ b/libmpdemux/asf.h
@@ -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