From 9cee2bd93fcd0c8560c00274c7034f0dc9ecee95 Mon Sep 17 00:00:00 2001 From: x Date: Mon, 15 Jul 2019 11:44:53 +0200 Subject: [PATCH] TurboPFor: TurboPFor decode --- vp4d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vp4d.c b/vp4d.c index 72f1a43..3de938f 100644 --- a/vp4d.c +++ b/vp4d.c @@ -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) )