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
/
fileavi.inc
blob
4412f8cbcdd1c92667f15e43b4751179fc4540f4
1
#ifndef FILEAVI_INC
2
#define FILEAVI_INC
3
4
class FileAVI;
5
6
7
// Codec macros
8
9
#define AVI_MJPG "MJPG"
10
#define AVI_DV "dvsd"
11
#define AVI_DIVX "divx"
12
13
#endif
14
/*
15
// Local Variables:
16
// mode: C++
17
// c-file-style: "linux"
18
// End:
19
*/