QTfrontend/net/recorder.cpp
changeset 7897 5e7c0810f365
parent 7868 bfbc6aa87b7c
child 8069 bb7671829935
--- a/QTfrontend/net/recorder.cpp	Tue Oct 30 02:22:54 2012 +0100
+++ b/QTfrontend/net/recorder.cpp	Tue Oct 30 12:50:50 2012 +0100
@@ -23,7 +23,7 @@
 #include "gameuiconfig.h"
 #include "hwconsts.h"
 #include "game.h"
-#include "libav_iteraction.h"
+#include "LibavInteraction.h"
 
 // Encoding is memory expensive process, so we need to limit maximum number
 // of simultaneous encoders.
@@ -38,7 +38,7 @@
     this->config = config;
     this->prefix = prefix;
     finished = false;
-    name = prefix + "." + LibavIteraction::instance().getExtension(config->AVFormat());
+    name = prefix + "." + LibavInteraction::instance().getExtension(config->AVFormat());
 }
 
 HWRecorder::~HWRecorder()