Typo
This commit is contained in:
parent
1b34f4584e
commit
e5d774a5ee
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ int FlvToFragNum( FLV_Pack * tag ) {
|
||||||
|
|
||||||
std::string BuildManifest( std::string MetaData, std::string MovieId, int CurrentMediaTime ) {
|
std::string BuildManifest( std::string MetaData, std::string MovieId, int CurrentMediaTime ) {
|
||||||
Interface * temp = new Interface;
|
Interface * temp = new Interface;
|
||||||
sstd::string Result="<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<manifest xmlns=\"http://ns.adobe.com/f4m/1.0\">\n";
|
std::string Result="<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<manifest xmlns=\"http://ns.adobe.com/f4m/1.0\">\n";
|
||||||
Result += "<id>";
|
Result += "<id>";
|
||||||
Result += MovieId;
|
Result += MovieId;
|
||||||
Result += "</id>\n<mimeType>video/mp4</mimeType>\n";
|
Result += "</id>\n<mimeType>video/mp4</mimeType>\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue