vp3stub.h 210 B

1234567891011
  1. #ifndef _VP3STUB_H_
  2. #define _VP3STUB_H_
  3. #include "main.h"
  4. extern int vp3_postprocess;
  5. extern int vp3_targetcpu;
  6. IVideoDecoder *VP3_CREATE(int w, int h, double framerate, unsigned int fmt, int *flip);
  7. #endif