Mercurial > libavcodec.hg
changeset 3885:fd71db4e00ba libavcodec
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines
bad array decleration
author | ods15 |
---|---|
date | Mon, 02 Oct 2006 06:08:46 +0000 |
parents | 97f6471f291a |
children | e96794bc2b0a |
files | vorbis_enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_enc.c Mon Oct 02 06:08:44 2006 +0000 +++ b/vorbis_enc.c Mon Oct 02 06:08:46 2006 +0000 @@ -470,7 +470,7 @@ rc->classbook = 15; rc->books = av_malloc(sizeof(int[8]) * rc->classifications); for (i = 0; i < rc->classifications; i++) { - int a[][10] = { + int a[10][8] = { { -1, -1, -1, -1, -1, -1, -1, -1, }, { -1, -1, 16, -1, -1, -1, -1, -1, }, { -1, -1, 17, -1, -1, -1, -1, -1, },