Browse Source

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
tags/v0.5
Oded Shimon 18 years ago
parent
commit
866bfee373
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/vorbis_enc.c

+ 0
- 2
libavcodec/vorbis_enc.c View File

@@ -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++) {


Loading…
Cancel
Save