summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-05-12 23:40:22 +0000
committerDiego Biurrun <diego@biurrun.de>2009-05-12 23:40:22 +0000
commite19f995263f5b38756b020c39906f33949d69b4b (patch)
tree0305cc235d4c0efcd60be1d147107b7044e5ea33 /libavformat/asf.h
parente131922e485252a3c03da8a919239b6f16fc36d3 (diff)
Fix bandwith vs. bandwiDth typo.
Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index f322ee2a58..57d6b67a28 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -68,7 +68,7 @@ typedef struct {
* 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;