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

FIX: [amc] 3D->2D #13584

Merged
merged 1 commit into from
Feb 25, 2018
Merged

FIX: [amc] 3D->2D #13584

merged 1 commit into from
Feb 25, 2018

Conversation

koying
Copy link
Contributor

@koying koying commented Feb 25, 2018

Fixes mono rendering of 3D movies under mediacodec

/cc @da-anda


// this hack is needed to get the 2D mode of a 3D movie going
RENDER_STEREO_MODE stereo_mode = g_graphicsContext.GetStereoMode();
if (stereo_mode)
g_graphicsContext.SetStereoView(RENDER_STEREO_VIEW_LEFT);

ManageRenderArea();

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@peak3d peak3d left a comment

Choose a reason for hiding this comment

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

Correct, the diff looked as it has moved.

@koying koying merged commit beea2e4 into xbmc:master Feb 25, 2018
@MartijnKaijser MartijnKaijser added this to the L 18.0-alpha1 milestone Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants