summaryrefslogtreecommitdiff
path: root/libavcodec/dcaadpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dcaadpcm.c')
-rw-r--r--libavcodec/dcaadpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c
index cc82241a5f..9f615e3793 100644
--- a/libavcodec/dcaadpcm.c
+++ b/libavcodec/dcaadpcm.c
@@ -80,7 +80,7 @@ static int64_t find_best_filter(const DCAADPCMEncContext *s, const int32_t *in,
{
const premultiplied_coeffs *precalc_data = s->private_data;
int i, j, k = 0;
- int vq;
+ int vq = -1;
int64_t err;
int64_t min_err = 1ll << 62;
int64_t corr[15];