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
r717: Made the highlighted text color of the menus WHITE
[cinelerra_cv/mob.git]
/
quicktime
/
qtdv.h
blob
6b556eca0aa73fc95e420b2d9b03545f04239887
1
#ifndef QUICKTIME_DV_H
2
#define QUICKTIME_DV_H
3
4
extern
void
quicktime_init_codec_dv
(
quicktime_video_map_t
*);
5
extern
void
quicktime_init_codec_dv25
(
quicktime_video_map_t
*);
6
extern
void
quicktime_init_codec_dvsd
(
quicktime_video_map_t
*
vtrack
);
7
8
#endif