diff vc1data.h @ 3515:20938be7b67b libavcodec

Some B-frames support (parsing and decoding only, no motion compesation is done)
author kostya
date Mon, 24 Jul 2006 04:24:53 +0000
parents 2c4ddf5b9217
children 6d9e8253da2a
line wrap: on
line diff
--- a/vc1data.h	Mon Jul 24 04:20:49 2006 +0000
+++ b/vc1data.h	Mon Jul 24 04:24:53 2006 +0000
@@ -6,6 +6,9 @@
 #ifndef VC1DATA_H
 #define VC1DATA_H
 
+/* Denominator used for vc1_bfraction_lut */
+#define B_FRACTION_DEN  840
+
 /* bfraction is fractional, we scale to the GCD 3*5*7*8 = 840 */
 const int16_t vc1_bfraction_lut[23] = {
   420 /*1/2*/, 280 /*1/3*/, 560 /*2/3*/, 210 /*1/4*/,