Commit 5d65059c authored by kostya's avatar kostya

Some B-frames support (parsing and decoding only, no motion compesation is done)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a2fa709
This diff is collapsed.
......@@ -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*/,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment