diff options
Diffstat (limited to 'Src/nsv/nsvplay/vp3stub.h')
-rw-r--r-- | Src/nsv/nsvplay/vp3stub.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Src/nsv/nsvplay/vp3stub.h b/Src/nsv/nsvplay/vp3stub.h new file mode 100644 index 00000000..dacc9663 --- /dev/null +++ b/Src/nsv/nsvplay/vp3stub.h @@ -0,0 +1,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
\ No newline at end of file |