Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- PLAT-5939 unexpectedly large pts to dts delay #233

Merged
merged 6 commits into from
Aug 10, 2016
Merged

Conversation

igorshevach
Copy link
Contributor

  • PLAT-5939. added diagnostic messages from converter
  • setenv.sh debug/release build fix
  • json serialization fix when there are no keyFrameDurations present (e.g audio only)

- setenv.sh debug/release build fix
- json serialization fix when there are no keyFrameDurations present (e.g audio only)
@@ -21,6 +21,7 @@ module.exports = (function(){
if (fs.existsSync(mappingFilePath))
{
var mappingContent = fs.readFileSync(mappingFilePath, 'utf8');
mappingContent= mappingContent.replace(/~/g,hostname.homedir());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's better to move that ourside the scope and remove the one line line#16??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed

@igorshevach igorshevach merged commit 144ad10 into 1.0 Aug 10, 2016
@igorshevach igorshevach deleted the 1.0-PLAT-5939 branch August 10, 2016 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants