From 7bdb4f67bc17fd0c673a1b811d81935fbcfbee60 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 24 Feb 2006 09:16:26 +0000 Subject: [PATCH] 10l (forgot EOBs) Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) {