Working encoder detection

This commit is contained in:
Erik Zandvliet 2013-02-27 15:39:01 +01:00 committed by Thulinma
parent 5db07ea5ed
commit 21a9aaab98
4 changed files with 24 additions and 11 deletions

View file

@ -11,6 +11,7 @@ namespace Converter {
public:
Converter();
converterInfo & getCodecs();
JSON::Value getEncoders();
private:
void fillFFMpegEncoders();
converterInfo allCodecs;