From 86abf868ec28b84efe014dbf5566bcff69382cc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Sun, 14 Nov 2010 10:23:58 +0000 Subject: [PATCH] adpcm: Fix a comment Originally committed as revision 25751 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adpcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 60adebe8d..56eb602df 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; -- 2.11.0