Commit e491acad authored by michael's avatar michael

10l (forgot EOBs)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5059 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 298d288c
......@@ -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