aboutsummaryrefslogtreecommitdiff
path: root/Src/nsvdec_vp3/vp3stub.h
blob: dacc9663895f3a448dd91d8b7b6c4d11cd441711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _VP3STUB_H_
#define _VP3STUB_H_

#include "main.h"

extern int vp3_postprocess;
extern int vp3_targetcpu;

IVideoDecoder *VP3_CREATE(int w, int h, double framerate, unsigned int fmt, int *flip);

#endif