Mercurial > libavformat.hg
diff asf.h @ 4927:95f0d6b82c8f libavformat
Fix bandwith vs. bandwiDth typo.
| author | diego |
|---|---|
| date | Tue, 12 May 2009 23:40:22 +0000 |
| parents | c090f960fc8a |
| children | 5cf7e033989d |
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;
