TurboPFor: TurboPFor decode

This commit is contained in:
x
2017-01-08 11:42:42 +01:00
parent ff37f6fd09
commit 43e6dd47f9

4
vp4d.c
View File

@ -26,10 +26,10 @@
#include <stdint.h>
#include "conf.h"
#include "bitunpack.h"
#include "bitutil.h"
#include "bitpack.h"
#include "vint.h" //#include "vsimple.h"
#include "vp4d.h"
#include "vp4.h"
#define PAD8(__x) ( (((__x)+8-1)/8) )