Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-27 17:21:26 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-28 05:15:35 +0300
commit79ce107847fa89c132a7e7a8732f4fecef414c30 (patch)
treec9b52b20e9637fe9e664091494b5b49e556eb01a /libavcodec/nellymoserdec.c
parent733dbe7d18c267728ef03762d83e9e1b086668cd (diff)
cosmetics: indentation and spacing
(cherry picked from commit b5ec6383432c907bed175f20e39af1a99dc75cfb)
Diffstat (limited to 'libavcodec/nellymoserdec.c')
-rw-r--r--libavcodec/nellymoserdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index e70d0622da..8b13a5d894 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -135,7 +135,7 @@ static av_cold int decode_init(AVCodecContext * avctx) {
dsputil_init(&s->dsp, avctx);
- s->scale_bias = 1.0/(1*8);
+ s->scale_bias = 1.0/(1*8);
/* Generate overlap window */
if (!ff_sine_128[127])