repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
cinelerra
/
fileavi.inc
blob
93666668116983db9d1ea3311d74d9bd5d1170cb
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