repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r668: Configure.in and autogen.sh cleanup based on ideas by giskard.
[cinelerra_cv.git]
/
cinelerra
/
vplugin.C
blob
125e56235076ee480b848bbb9392ba54beec2516
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