[Ffmpeg-cvslog] r6431 - trunk/libavcodec/vorbis_enc.c
ods15
subversion
Mon Oct 2 07:55:50 CEST 2006
Author: ods15
Date: Mon Oct 2 07:55:49 2006
New Revision: 6431
Modified:
trunk/libavcodec/vorbis_enc.c
Log:
Original Commit: r20 | ods15 | 2006-09-22 13:12:48 +0300 (Fri, 22 Sep 2006) | 2 lines
cosmetic
Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c (original)
+++ trunk/libavcodec/vorbis_enc.c Mon Oct 2 07:55:49 2006
@@ -218,8 +218,9 @@
venc->nfloors = 1;
venc->floors = av_malloc(sizeof(floor_t) * venc->nfloors);
- fc = &venc->floors[0];
+ // 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;
More information about the ffmpeg-cvslog
mailing list