]> git.sesse.net Git - ffmpeg/commit
cngdec: Fix the memset size to cover the full array
authorMartin Storsjö <martin@martin.st>
Tue, 30 Oct 2012 10:17:35 +0000 (12:17 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 30 Oct 2012 14:51:16 +0000 (16:51 +0200)
commitcafefd889b9e9f36814dc4ca13ed169f667b41a4
tree4daf680ca6ad234b31c9442acbc72b4a47ddea91
parent9b50d20cd24c0a91bace9d651e2d0fd1e91db3c9
cngdec: Fix the memset size to cover the full array

This was a leftover from previous iterations of the code, where the
refl coef arrays were statically allocated.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/cngdec.c