Commit 7bdb4f67 authored by Michael Niedermayer's avatar Michael Niedermayer

10l (forgot EOBs)

Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 927e193d
......@@ -775,7 +775,7 @@ static inline void dv_guess_qnos(EncBlockInfo* blks, int* qnos)
for(a=2; a==2 || vs_total_ac_bits < size[0]; a+=a){
b = blks;
size[0] = 0;
size[0] = 5*6*4; //EOB
for (j=0; j<6*5; j++, b++) {
prev= b->prev[0];
for (k= b->next[prev]; k<64; k= b->next[k]) {
......
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