diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:08:44 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:08:44 +0000 |
commit | 866bfee3734b2eaacbe944da6238da941d8c52f2 (patch) | |
tree | 5b159aa8c91f40bfbd4288bb9f04d44ba5caf104 /libavcodec/vorbis_enc.c | |
parent | a2cf16fe0379e7a5112222886cb2baad6bca5deb (diff) | |
download | ffmpeg-866bfee3734b2eaacbe944da6238da941d8c52f2.tar.gz |
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
Diffstat (limited to 'libavcodec/vorbis_enc.c')
-rw-r--r-- | libavcodec/vorbis_enc.c | 2 |
1 files changed, 0 insertions, 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++) { |