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
r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git]
/
quicktime
/
encore50
/
text_defs.h
blob
85f38aeb6e4fa444f82a6fac744915fa28be2a2f
1
2
#ifndef _TEXT_DEFS_H_
3
#define _TEXT_DEFS_H_
4
5
6
#include
"mom_structs.h"
7
8
#include <stdio.h>
9
#include <limits.h>
10
11
#include
"vm_enc_defs.h"
12
13
#define ESCAPE 7167
14
15
#define PCT_INTER 1
16
#define PCT_INTRA 0
17
#define PCT_SPRITE 2
18
19
#define ON 1
20
#define OFF 0
21
22
23
#endif
/* _TEXT_DEFS_H_ */