ffs.h 291 B

123456789101112131415161718
  1. #ifndef __FFS_H__
  2. #define __FFS_H__
  3. FILE* ffs_log;
  4. void stop_logging();
  5. #include <sys/types.h>
  6. #include <sys/stat.h>
  7. #include <unistd.h>
  8. struct stat src_attribs;
  9. #include <libavformat/avformat.h>
  10. AVFormatContext *av_fmt_context;
  11. struct ffstate {
  12. char* rootdir;
  13. };
  14. #endif // __FFS_H__