QTfrontend/net/recorder.cpp
changeset 10248 7b9b44a051f8
parent 10108 c68cf030eded
child 11046 47a8c19ecb60
equal deleted inserted replaced
10247:7c6b265b89d1 10248:7b9b44a051f8
    35 HWRecorder::HWRecorder(GameUIConfig * config, const QString &prefix) :
    35 HWRecorder::HWRecorder(GameUIConfig * config, const QString &prefix) :
    36     TCPBase(false)
    36     TCPBase(false)
    37 {
    37 {
    38     this->config = config;
    38     this->config = config;
    39     this->prefix = prefix;
    39     this->prefix = prefix;
       
    40     item = 0;
    40     finished = false;
    41     finished = false;
    41     name = prefix + "." + LibavInteraction::instance().getExtension(config->AVFormat());
    42     name = prefix + "." + LibavInteraction::instance().getExtension(config->AVFormat());
    42 }
    43 }
    43 
    44 
    44 HWRecorder::~HWRecorder()
    45 HWRecorder::~HWRecorder()