TurboPFor: TurboPFor decode

This commit is contained in:
powturbo
2017-06-29 10:21:34 +02:00
parent b7758b6d75
commit 386507f8ef

4
vp4d.c
View File

@ -23,6 +23,10 @@
**/
// "Integer Compression" TurboPFor - Pfor/PforDelta
#ifndef USIZE
#pragma warning( disable : 4005)
#pragma warning( disable : 4090)
#pragma warning( disable : 4068)
#include "conf.h"
#include "bitutil.h"
#include "bitpack.h"