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
r827: Fix a crash when no audio output device can be opened.
[cinelerra_cv.git]
/
cinelerra
/
aplugin.C
blob
306de8c9746bf9da9bbba021e508fa7d2656db6d
1
#include "aplugin.h"
2
3
4
// plugin
5
APlugin::APlugin(EDL *edl, PluginSet *plugin_set)
6
: Plugin(edl, plugin_set, "")
7
{
8
}
9
10
11
APlugin::~APlugin()
12
{
13
}
14