skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT...
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Aug 2002 20:10:27 +0000 (20:10 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 17 Aug 2002 20:10:27 +0000 (20:10 +0000)
commitf5866a0340401ca4ef6228b3c39ed1ed8660c1b1
treece4346c6166a77f0b163b8a349fa8e5041cf9d12
parent890f093a76e06ab81742d7c8841b108db95b0046
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1

Originally committed as revision 853 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c