TurboPFor: TurboPFor decode

This commit is contained in:
x
2019-07-15 11:44:53 +02:00
parent 087be0acba
commit 9cee2bd93f

3
vp4d.c
View File

@ -29,8 +29,9 @@
#include "conf.h"
#include "bitutil.h"
#include "bitpack.h"
#include "vint.h"
#define TURBOPFOR_DAC
#include "bitpack.h"
#include "vp4.h"
#define PAD8(__x) ( (((__x)+8-1)/8) )