Skip to content

Comments

Cast frame data pointer to correct type in sws_scale#182

Merged
matham merged 1 commit intomatham:masterfrom
Ralith:fix-data-ptr-ty
Jul 13, 2025
Merged

Cast frame data pointer to correct type in sws_scale#182
matham merged 1 commit intomatham:masterfrom
Ralith:fix-data-ptr-ty

Conversation

@Ralith
Copy link
Contributor

@Ralith Ralith commented Jul 1, 2025

In C, uint8_t** cannot be implicitly cast to const uint8_t* const*. This broke the build in at least NixOS 25.05.

In C, uint8_t** cannot be implicitly cast to const uint8_t*
const*. This broke the build in at least NixOS 25.05.
@Ralith
Copy link
Contributor Author

Ralith commented Jul 3, 2025

CI failures are network connectivity flakes (or bitrot).

@matham
Copy link
Owner

matham commented Jul 13, 2025

Yeah, it looks like a download link issue.

@matham matham merged commit 58b68c2 into matham:master Jul 13, 2025
20 of 28 checks passed
@Ralith Ralith deleted the fix-data-ptr-ty branch July 13, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants