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
/
vpluginset.h
blob
30d19625c416cf53857054846b7a749d6e301394
1
#ifndef VPLUGINSET_H
2
#define VPLUGINSET_H
3
4
#include
"edl.inc"
5
#include
"pluginset.h"
6
7
class
VPluginSet
:
public
PluginSet
8
{
9
public
:
10
VPluginSet
(
EDL
*
edl
,
Track
*
track
);
11
~
VPluginSet
();
12
13
Plugin
*
create_plugin
();
14
};
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/