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
r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git]
/
hvirtual
/
quicktime
/
workarounds.c
blob
c73ea6eaee44daad9a764fcc29cf1744da44f0be
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
}