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

VideoPlayer fixes #8907

Merged
merged 8 commits into from
Jan 19, 2016
Merged

VideoPlayer fixes #8907

merged 8 commits into from
Jan 19, 2016

Conversation

FernetMenta
Copy link
Contributor

@Voyager1 623c5a7 maybe fixes dvd stills for DXVA.

@fritsch
Copy link
Member

fritsch commented Jan 18, 2016

jenkins build this please

(fixes all my pain and trouble from this day and finally I can go to bed after fernet's salvation ;-))

@FernetMenta
Copy link
Contributor Author

jenkins build this please

int64_t ts = (dts == DVD_NOPTS_VALUE) ? AV_NOPTS_VALUE : dts / DVD_TIME_BASE * AV_TIME_BASE;
avpkt.dts = ts;
ts = (pts == DVD_NOPTS_VALUE) ? AV_NOPTS_VALUE : pts / DVD_TIME_BASE * AV_TIME_BASE;
avpkt.pts = ts;

This comment was marked as spam.

This comment was marked as spam.

@FernetMenta
Copy link
Contributor Author

jenkins build this please

@FernetMenta FernetMenta added Type: Fix non-breaking change which fixes an issue Type: Improvement non-breaking change which improves existing functionality v17 Krypton Component: Video labels Jan 19, 2016
FernetMenta added a commit that referenced this pull request Jan 19, 2016
@FernetMenta FernetMenta merged commit 4d2f23f into xbmc:master Jan 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Type: Fix non-breaking change which fixes an issue Type: Improvement non-breaking change which improves existing functionality v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants