diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-02-24 09:16:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-02-24 09:16:26 +0000 |
commit | 7bdb4f67bc17fd0c673a1b811d81935fbcfbee60 (patch) | |
tree | 74d571161c4fbbaa6f7510fd24cebcb514bcfa6c /libavcodec/dv.c | |
parent | 927e193d3ab52fc7ce874e3aac310c2a1736b9ad (diff) | |
download | ffmpeg-7bdb4f67bc17fd0c673a1b811d81935fbcfbee60.tar.gz |
10l (forgot EOBs)
Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 19be0d4ab9..baf463e75d 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -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]) { |