repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
formatcheck.h
blob
c3f10ef49587fee3a574b6e73755384cc744cab4
1
#ifndef FORMATCHECK_H
2
#define FORMATCHECK_H
3
4
#include
"assets.inc"
5
6
class
FormatCheck
7
{
8
public
:
9
FormatCheck
(
Asset_GC asset
);
10
~
FormatCheck
();
11
12
int
check_format
();
13
14
private
:
15
Asset_GC asset
;
16
};
17
18
19
#endif
20
/*
21
// Local Variables:
22
// mode: C++
23
// c-file-style: "linux"
24
// End:
25
*/