summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder_trellis.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aaccoder_trellis.h')
-rw-r--r--libavcodec/aaccoder_trellis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aaccoder_trellis.h b/libavcodec/aaccoder_trellis.h
index 7d685ebe8c..6187692479 100644
--- a/libavcodec/aaccoder_trellis.h
+++ b/libavcodec/aaccoder_trellis.h
@@ -129,7 +129,7 @@ static void codebook_trellis_rate(AACEncContext *s, SingleChannelElement *sce,
&s->scoefs[start + w*128], size,
sce->sf_idx[win*16+swb],
aac_cb_out_map[cb],
- 0, INFINITY, NULL, 0);
+ 0, INFINITY, NULL, NULL, 0);
}
cost_stay_here = path[swb][cb].cost + bits;
cost_get_here = minbits + bits + run_bits + 4;