Skip to content

Commit

Permalink
Profile Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
slederer committed Nov 5, 2011
1 parent 644d2b1 commit 5268592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DASHEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ int convertMPD(std::string input, std::string output, std::string duration, std:
finalMPDhead.append("<MPD xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n");
finalMPDhead.append(" xmlns=\"urn:mpeg:DASH:schema:MPD:2011\"\n");
finalMPDhead.append(" xsi:schemaLocation=\"urn:mpeg:DASH:schema:MPD:2011\"\n");
finalMPDhead.append(" profiles= \"urn:mpeg:dash:profile:isoff-on-demand:2011\"\n");
finalMPDhead.append(" profiles= \"urn:mpeg:dash:profile:isoff-main:2011\"\n");
finalMPDhead.append(" type=\"static\"\n");

//adding Duration
Expand Down

0 comments on commit 5268592

Please sign in to comment.