]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpcdata.h
DV: check coded_width/height instead of width/height.
[ffmpeg] / libavcodec / mpcdata.h
index 6538153f2a1e33fefa9ebf025bd3f95bbe38b66b..64fb4ab326eb4b1f7c488b6287d9e77f4f9fa2e2 100644 (file)
 #ifndef AVCODEC_MPCDATA_H
 #define AVCODEC_MPCDATA_H
 
-static const float mpc_CC[18] = {
-    65536.0000, 21845.3333, 13107.2000, 9362.2857, 7281.7778, 4369.0667, 2114.0645,
+static const float mpc_CC[18+1] = {
+    111.285962475327f, // 32768/2/255*sqrt(3)
+    65536.0000 /* this value is never used */,
+    21845.3333, 13107.2000, 9362.2857, 7281.7778, 4369.0667, 2114.0645,
     1040.2539, 516.0315, 257.0039, 128.2505, 64.0626, 32.0156, 16.0039, 8.0010,
     4.0002, 2.0001, 1.0000
 };