]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cookdata.h
libcdio: support recent cdio-paranoia
[ffmpeg] / libavcodec / cookdata.h
index 126010a985ac7fdc851a873be9aff9053ad99969..c4c26fae5f8b455c6aa1a9087bcdf8d6c6a0200d 100644 (file)
@@ -36,8 +36,8 @@ static const int expbits_tab[8] = {
     52,47,43,37,29,22,16,0,
 };
 
-static const float dither_tab[8] = {
-  0.0, 0.0, 0.0, 0.0, 0.0, 0.176777, 0.25, 0.707107,
+static const float dither_tab[9] = {
+  0.0, 0.0, 0.0, 0.0, 0.0, 0.176777, 0.25, 0.707107, 1.0
 };
 
 static const float quant_centroid_tab[7][14] = {