changeset 3884:97f6471f291a libavcodec

Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines dangling piece from last commit
author ods15
date Mon, 02 Oct 2006 06:08:44 +0000
parents 6d15c93bce65
children fd71db4e00ba
files vorbis_enc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis_enc.c	Mon Oct 02 06:08:41 2006 +0000
+++ b/vorbis_enc.c	Mon Oct 02 06:08:44 2006 +0000
@@ -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++) {