MistPlayer will now auto-run DTSCFix, updated connectors to use the now guaranteed consistent metadata.
This commit is contained in:
parent
e2ef8c45d8
commit
78886239e1
5 changed files with 32 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue