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
r807: Minor fix...
[cinelerra_cv/mob.git]
/
cinelerra
/
pluginautos.C
blob
ab1d4a220b87965b35c0bc80b40f51b989fe9450
1
#include "pluginautos.h"
2
3
PluginAutos::PluginAutos(EDL *edl, Track *track)
4
: Autos(edl, track)
5
{
6
}
7
8
PluginAutos::~PluginAutos()
9
{
10
}
11
12
13