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
quicktime bites the dust, so far only with --with-external-ffmpeg, remaining build...
[cinelerra_cv/ct.git]
/
quicktime
/
qth264.h
blob
1cc011903bd77a70ad1bb9e16e980a373508c33d
1
#ifndef QTH264_H
2
#define QTH264_H
3
4
5
6
void
quicktime_init_codec_h264
(
quicktime_video_map_t
*
vtrack
);
7
void
quicktime_init_codec_hv64
(
quicktime_video_map_t
*
vtrack
);
8
9
10
11
12
13
#endif