Original Commit: r13 | ods15 | 2006-09-22 09:29:38 +0300 (Fri, 22 Sep 2006) | 2 lines

better comment

Originally committed as revision 6424 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Oded Shimon 18 years ago
parent 73acc51cd2
commit 3c83828ca4
  1. 2
      libavcodec/vorbis_enc.c

@ -186,7 +186,7 @@ static void create_vorbis_context(venc_context_t * venc, AVCodecContext * avccon
cb->quantlist = NULL;
ready_codebook(cb);
// codebook 2 - classbook, values 0..0, dimentions 200
// codebook 2 - residue classbook, values 0..0, dimentions 200
cb = &venc->codebooks[1];
cb->nentries = 1;
cb->entries = av_malloc(sizeof(cb_entry_t) * cb->nentries);

Loading…
Cancel
Save