diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-06-07 23:24:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-06-07 23:24:25 +0900 |
commit | de908386bae765e5717a5c7b804f35dbe6a44605 (patch) | |
tree | 31dd9fcf2da364dbc2c90952af84682197dc3760 /mpeglib/lib/decoder/nukePlugin.h | |
parent | 0ff78fd8fa394a48fbc458c0e1b860f144163cca (diff) | |
download | tdemultimedia-de908386bae765e5717a5c7b804f35dbe6a44605.tar.gz tdemultimedia-de908386bae765e5717a5c7b804f35dbe6a44605.zip |
Fixed NukePlugin implementation which was preventing the sound server
from autosuspending. This relates to bug 2844.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib/lib/decoder/nukePlugin.h')
-rw-r--r-- | mpeglib/lib/decoder/nukePlugin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mpeglib/lib/decoder/nukePlugin.h b/mpeglib/lib/decoder/nukePlugin.h index 8a9aa9a3..a7df2495 100644 --- a/mpeglib/lib/decoder/nukePlugin.h +++ b/mpeglib/lib/decoder/nukePlugin.h @@ -1,5 +1,5 @@ /* - this plugin nukes the input data. + This plugin nukes the input data and does not play any sound. Copyright (C) 2000 Martin Vogt This program is free software; you can redistribute it and/or modify @@ -28,7 +28,5 @@ class KDE_EXPORT NukePlugin : public DecoderPlugin { void decoder_loop(); void config(const char* key,const char* value,void* user_data); - private: - }; #endif |