MistPlayer will now auto-run DTSCFix, updated connectors to use the now guaranteed consistent metadata.

This commit is contained in:
Thulinma 2013-03-21 14:22:22 +01:00
parent e2ef8c45d8
commit 78886239e1
5 changed files with 32 additions and 79 deletions

View file

@ -68,7 +68,7 @@ namespace Converters {
std::cout << std::string(DTSC::Magic_Header, 4) << std::string((char*) &size, 4) << packed_header;
std::cout << prebuffer.rdbuf();
}
std::cerr << "Done! If you output this data to a file, don't forget to run MistDTSCFix next." << std::endl;
std::cerr << "Done!" << std::endl;
return 0;
} //FLV2DTSC