From e19f995263f5b38756b020c39906f33949d69b4b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 12 May 2009 23:40:22 +0000 Subject: Fix bandwith vs. bandwiDth typo. Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/asf.h') 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; -- cgit v1.2.3