Working conversion

This commit is contained in:
Erik Zandvliet 2013-03-11 14:43:47 +01:00 committed by Thulinma
parent 9a9b5f8fe6
commit a6299235d1
2 changed files with 54 additions and 40 deletions

View file

@ -17,6 +17,7 @@ namespace Converter {
void updateStatus();
JSON::Value getStatus();
void clearStatus();
JSON::Value parseFFMpegStatus(std::string statusLine);
private:
void fillFFMpegEncoders();
converterInfo allCodecs;