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
r1013: Select the entire clip title when a clip is edited or created.
[cinelerra_cv/ct.git]
/
quicktime
/
v308.h
blob
7e580ae900d9720af6485c01b089d36e9e87443b
1
#ifndef QUICKTIME_V308_H
2
#define QUICKTIME_V308_H
3
4
// 8 bit YUV 444
5
6
extern
void
quicktime_init_codec_v308
(
quicktime_video_map_t
*);
7
8
#endif