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

VAAPI: fix hevc interop test #12628

Merged
merged 1 commit into from
Aug 5, 2017
Merged

VAAPI: fix hevc interop test #12628

merged 1 commit into from
Aug 5, 2017

Conversation

lrusak
Copy link
Contributor

@lrusak lrusak commented Aug 4, 2017

In light of changes present in mesa 17.2.x it seems that they have become more strict or it was just working by chance before.

before:

(gdb) print image
 = {image_id = 167772160, format = {fourcc = 842094169, byte_order = 1, bits_per_pixel = 12, depth = 0, red_mask = 0, green_mask = 0, 
    blue_mask = 0, alpha_mask = 0}, buf = 134217728, width = 1920, height = 1080, data_size = 3133440, num_planes = 3, pitches = {1920, 
    960, 960}, offsets = {0, 2088960, 2611200}, num_palette_entries = 0, entry_bytes = 0, component_order = 000000000}

after:

(gdb) print image
 = {image_id = 167772160, format = {fourcc = 808530000, byte_order = 1, bits_per_pixel = 24, depth = 0, red_mask = 0, green_mask = 0, 
    blue_mask = 0, alpha_mask = 0}, buf = 134217728, width = 1920, height = 1080, data_size = 6266880, num_planes = 2, pitches = {3840, 
    3840, 0}, offsets = {0, 4177920, 0}, num_palette_entries = 0, entry_bytes = 0, component_order = 000000000}

Thanks to the guys in #dri-devel for helping out on this one

@lrusak
Copy link
Contributor Author

lrusak commented Aug 5, 2017

jenkins build and merge

@lrusak lrusak merged commit af5d449 into xbmc:master Aug 5, 2017
@Rechi Rechi added this to the L 18.0-alpha1 milestone Aug 6, 2017
@lrusak lrusak deleted the vaapi-hevc-fix branch February 11, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Platform: Linux Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants