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