[Ffmpeg-cvslog] r6490 - trunk/libavcodec/vorbis_enc.c

ods15 subversion
Mon Oct 2 08:08:47 CEST 2006


Author: ods15
Date: Mon Oct  2 08:08:46 2006
New Revision: 6490

Modified:
   trunk/libavcodec/vorbis_enc.c

Log:
Original Commit: r85 | ods15 | 2006-09-29 21:07:58 +0300 (Fri, 29 Sep 2006) | 2 lines

bad array decleration

Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c	(original)
+++ trunk/libavcodec/vorbis_enc.c	Mon Oct  2 08:08:46 2006
@@ -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, },




More information about the ffmpeg-cvslog mailing list