summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-02-24 09:16:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-02-24 09:16:26 +0000
commit7bdb4f67bc17fd0c673a1b811d81935fbcfbee60 (patch)
tree74d571161c4fbbaa6f7510fd24cebcb514bcfa6c /libavcodec/dv.c
parent927e193d3ab52fc7ce874e3aac310c2a1736b9ad (diff)
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.c2
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]) {