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
r632: Boost up the requirement for mjpegtools to 1.6.3
[cinelerra_cv/mob.git]
/
cinelerra
/
maxbuffers.h
blob
8df09cb6c0ca75d7f99a74f81b1f27df21773efd
1
#ifndef MAXBUFFERS_H
2
#define MAXBUFFERS_H
3
4
// number of buffers for double buffering
5
6
#define MAX_BUFFERS 2
7
#endif