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
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
vplugin.C
blob
b75cc3b3b966e515a763c15a47bbc6203a37c565
1
#include "vplugin.h"
2
3
4
// plugin
5
6
VPlugin::VPlugin(EDL *edl, PluginSet *plugin_set)
7
: Plugin(edl, plugin_set, "")
8
{
9
}
10
11
12
VPlugin::~VPlugin()
13
{
14
}
15
16
/*
17
// Local Variables:
18
// mode: C++
19
// c-file-style: "linux"
20
// End:
21
*/