[Ffmpeg-cvslog] r6489 - trunk/libavcodec/vorbis_enc.c
ods15
subversion
Mon Oct 2 08:08:45 CEST 2006
Author: ods15
Date: Mon Oct 2 08:08:44 2006
New Revision: 6489
Modified:
trunk/libavcodec/vorbis_enc.c
Log:
Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines
dangling piece from last commit
Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c (original)
+++ trunk/libavcodec/vorbis_enc.c Mon Oct 2 08:08:44 2006
@@ -936,8 +936,6 @@
int classes[channels][partitions];
int classwords = venc->codebooks[rc->classbook].ndimentions;
- if (rc->type == 2) channels = 1;
-
assert(rc->type == 2);
assert(real_ch == 2);
for (p = 0; p < partitions; p++) {
More information about the ffmpeg-cvslog
mailing list