aboutsummaryrefslogtreecommitdiff
path: root/Src/nsv/nsvplay/vp5stub.h
blob: 551246502f7d455a8f1b250fa40f22eb463e8849 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _VP5STUB_H_
#define _VP5STUB_H_

#include "main.h"

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

#endif