Mercurial > libavcodec.hg
changeset 3826:c583e895f980 libavcodec
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines
cosmetic
author | ods15 |
---|---|
date | Mon, 02 Oct 2006 05:55:49 +0000 |
parents | 9983437a00a1 |
children | 91f130d6c3f4 |
files | vorbis_enc.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_enc.c Mon Oct 02 05:55:47 2006 +0000 +++ b/vorbis_enc.c Mon Oct 02 05:55:49 2006 +0000 @@ -218,8 +218,9 @@ venc->nfloors = 1; venc->floors = av_malloc(sizeof(floor_t) * venc->nfloors); + + // just 1 floor fc = &venc->floors[0]; - fc->partitions = 1; fc->partition_to_class = av_malloc(sizeof(int) * fc->partitions); for (i = 0; i < fc->partitions; i++) fc->partition_to_class = 0;