r870: Merge 2.1:
[cinelerra_cv.git] / cinelerra / formatcheck.h
blob3b41ec8d82a31106fb4be7f30a33393d03ba7701
1 #ifndef FORMATCHECK_H
2 #define FORMATCHECK_H
4 #include "assets.inc"
6 class FormatCheck
8 public:
9 FormatCheck(Asset *asset);
10 ~FormatCheck();
12 int check_format();
14 private:
15 Asset *asset;
19 #endif