Commit b28b3078 authored by ods15's avatar ods15

Original Commit: r24 | ods15 | 2006-09-22 13:57:09 +0300 (Fri, 22 Sep 2006) | 2 lines

last and least, modes generation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6435 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 25968421
......@@ -281,6 +281,10 @@ static void create_vorbis_context(venc_context_t * venc, AVCodecContext * avccon
venc->nmodes = 1;
venc->modes = av_malloc(sizeof(vorbis_mode_t) * venc->nmodes);
// single mode
venc->modes[0].blockflag = 0;
venc->modes[0].mapping = 0;
}
static inline int ilog(unsigned int a) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment