comparison asf.h @ 2789:6716e2fdc5cb libavformat

spelling
author vitor
date Sat, 01 Dec 2007 22:21:04 +0000
parents 792383dd085e
children cd1eabf38f6f
comparison
equal deleted inserted replaced
2788:f66d29c833a6 2789:6716e2fdc5cb
54 uint64_t play_time; /**< play time, in 100-nanosecond units 54 uint64_t play_time; /**< play time, in 100-nanosecond units
55 * invalid if broadcasting */ 55 * invalid if broadcasting */
56 uint64_t send_time; /**< time to send file, in 100-nanosecond units 56 uint64_t send_time; /**< time to send file, in 100-nanosecond units
57 * invalid if broadcasting (could be ignored) */ 57 * invalid if broadcasting (could be ignored) */
58 uint32_t preroll; /**< timestamp of the first packet, in milliseconds 58 uint32_t preroll; /**< timestamp of the first packet, in milliseconds
59 * if nonzero - substract from time */ 59 * if nonzero - subtract from time */
60 uint32_t ignore; ///< preroll is 64bit - but let's just ignore it 60 uint32_t ignore; ///< preroll is 64bit - but let's just ignore it
61 uint32_t flags; /**< 0x01 - broadcast 61 uint32_t flags; /**< 0x01 - broadcast
62 * 0x02 - seekable 62 * 0x02 - seekable
63 * rest is reserved should be 0 */ 63 * rest is reserved should be 0 */
64 uint32_t min_pktsize; /**< size of a data packet 64 uint32_t min_pktsize; /**< size of a data packet