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
/
workarounds.c
blob
38a42c1b8c3a20c85a0f4a5c27ba7ce9baa423d6
1
#include
"qtprivate.h"
2
#include
"workarounds.h"
3
4
int64_t
quicktime_add
(
int64_t
a
,
int64_t
b
)
5
{
6
return
a
+
b
;
7
}
8
9
int64_t
quicktime_add3
(
int64_t
a
,
int64_t
b
,
int64_t
c
)
10
{
11
return
a
+
b
+
c
;
12
}
13
14
uint16_t
quicktime_copy
(
int
value
)
15
{
16
return
value
;
17
}