diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 60adebe8d0..56eb602df1 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -355,7 +355,7 @@ static void adpcm_compress_trellis(AVCodecContext *avctx, const short *samples, int heap_pos = 0; memset(nodes_next, 0, frontier*sizeof(TrellisNode*)); for(j=0; jstep; int nidx;