Browse Source

10l (forgot EOBs)

Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
7bdb4f67bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dv.c

+ 1
- 1
libavcodec/dv.c View File

@@ -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]) {


Loading…
Cancel
Save