summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
commiteafcac6ac851a2dff63f761a3d796af8f3e3b314 (patch)
tree23b45b188d23463eced3b20b24513c43384684a5 /libavcodec/wma.c
parentbae79c048fbbeb541182d93abf7c687ce79c5837 (diff)
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r--libavcodec/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index 31a417ac51..87b95ea5a9 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -108,7 +108,7 @@ int ff_wma_init(AVCodecContext * avctx, int flags2)
s->nb_block_sizes = 1;
}
- /* init rate dependant parameters */
+ /* init rate dependent parameters */
s->use_noise_coding = 1;
high_freq = s->sample_rate * 0.5;