mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
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:
parent
73acc51cd2
commit
3c83828ca4
@ -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…
Reference in New Issue
Block a user