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
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
cinelerra
/
vpluginset.C
blob
728f72941096741c93abe26706c4808a28dc62a8
1
#include "vplugin.h"
2
#include "vpluginset.h"
3
4
VPluginSet::VPluginSet(EDL *edl, Track *track) : PluginSet(edl, track)
5
{
6
}
7
8
9
VPluginSet::~VPluginSet()
10
{
11
}
12
13
14
Plugin* VPluginSet::create_plugin()
15
{
16
return new VPlugin(edl, this);
17
}