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
This commit is contained in:
Oded Shimon 2006-10-02 05:55:35 +00:00
parent 73acc51cd2
commit 3c83828ca4

View File

@ -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);