# HG changeset patch # User diego # Date 1242171622 0 # Node ID 95f0d6b82c8f040b2860fe4e19ca5bbbcc319c90 # Parent 0fccc0e76448a3eeacd79a3409935a1ddbe5c5ea Fix bandwith vs. bandwiDth typo. diff -r 0fccc0e76448 -r 95f0d6b82c8f asf.h --- a/asf.h Tue May 12 20:00:11 2009 +0000 +++ b/asf.h Tue May 12 23:40:22 2009 +0000 @@ -68,7 +68,7 @@ * invalid if broadcasting */ uint32_t max_pktsize; /**< shall be the same as for min_pktsize * invalid if broadcasting */ - uint32_t max_bitrate; /**< bandwith of stream in bps + uint32_t max_bitrate; /**< bandwidth of stream in bps * should be the sum of bitrates of the * individual media streams */ } ASFMainHeader;