123456789101112131415161718 |
- #ifndef __FFS_H__
- #define __FFS_H__
- FILE* ffs_log;
- void stop_logging();
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
- struct stat src_attribs;
- #include <libavformat/avformat.h>
- AVFormatContext *av_fmt_context;
- struct ffstate {
- char* rootdir;
- };
- #endif // __FFS_H__
|