From 866bfee3734b2eaacbe944da6238da941d8c52f2 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Mon, 2 Oct 2006 06:08:44 +0000 Subject: [PATCH] Original Commit: r84 | ods15 | 2006-09-29 21:07:07 +0300 (Fri, 29 Sep 2006) | 2 lines dangling piece from last commit Originally committed as revision 6489 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis_enc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index edcdfdfe54..7d7571bf14 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -936,8 +936,6 @@ static void residue_encode(venc_context_t * venc, residue_t * rc, PutBitContext 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++) {