Mercurial > libavformat.hg
changeset 4927:95f0d6b82c8f libavformat
Fix bandwith vs. bandwiDth typo.
author | diego |
---|---|
date | Tue, 12 May 2009 23:40:22 +0000 |
parents | 0fccc0e76448 |
children | ba1072d90812 |
files | asf.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;