avimod.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. //========================================================================================================================================================================================================200
  5. // DEFINE / INCLUDE
  6. //========================================================================================================================================================================================================200
  7. #define fp float
  8. #include "avilib.h"
  9. //========================================================================================================================================================================================================200
  10. // DEFINE / INCLUDE
  11. //========================================================================================================================================================================================================200
  12. fp* chop_flip_image( char *image,
  13. int height,
  14. int width,
  15. int cropped,
  16. int scaled,
  17. int converted) ;
  18. fp* get_frame( avi_t* cell_file,
  19. int frame_num,
  20. int cropped,
  21. int scaled,
  22. int converted) ;
  23. //========================================================================================================================================================================================================200
  24. // End
  25. //========================================================================================================================================================================================================200
  26. #ifdef __cplusplus
  27. }
  28. #endif