vp5stub.h 155 B

12345678
  1. #ifndef _VP5STUB_H_
  2. #define _VP5STUB_H_
  3. #include "main.h"
  4. IVideoDecoder *VP5_CREATE(int w, int h, double framerate, unsigned int fmt, int *flip);
  5. #endif