diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 05:55:35 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 05:55:35 +0000 |
commit | 3c83828ca43addca99168909304848289bdee456 (patch) | |
tree | cc8830c355f7098974e098c7cf63fc7c6fcd5615 | |
parent | 73acc51cd2a2c6e4784ab799eaeba60b3915b423 (diff) | |
download | ffmpeg-3c83828ca43addca99168909304848289bdee456.tar.gz |
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
-rw-r--r-- | libavcodec/vorbis_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 112378f88a..f95ec38127 100644 --- a/libavcodec/vorbis_enc.c +++ b/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); |