summaryrefslogtreecommitdiff
path: root/orkaudio/OrkAudio.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-01-03 17:14:39 +0000
committerHenri Herscher <henri@oreka.org>2007-01-03 17:14:39 +0000
commit0d89dad24bdc678537d132a390c143cd1a4b0e2b (patch)
tree06b1ee89ca0590eae46571e632f167234663a313 /orkaudio/OrkAudio.cpp
parent4b6c66448b75eb4239f69c575b614352de1ec74e (diff)
Fixed crash at the end of transcoding a single mcf file via the command line. The file always got properly transcoded but orkaudio would crash just before exiting.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@383 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/OrkAudio.cpp')
-rw-r--r--orkaudio/OrkAudio.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/OrkAudio.cpp b/orkaudio/OrkAudio.cpp
index acc94c0..b6ac22e 100644
--- a/orkaudio/OrkAudio.cpp
+++ b/orkaudio/OrkAudio.cpp
@@ -134,6 +134,7 @@ void Transcode(CStdString &file)
// Register in-built tape processors and build the processing chain
BatchProcessing::Initialize();
+ Reporting::Initialize();
if (!ACE_Thread_Manager::instance()->spawn(ACE_THR_FUNC(BatchProcessing::ThreadHandler)))
{