Skip to content

bug: srcpixel param of DeepData::merge_deep_pixels should be int64_t (breaks ABI) #5242

@luna-y-kim

Description

@luna-y-kim

Found during the nodiscard attribute task.
There are a couple of places that need follow-up to #2363.
The srcpixel param of DeepData::merge_deep_pixels should be widened from int to int64_t, but it breaks compatibility (fails the ABI check), so it is left as int for now.
Another int to int64_t change is included in #5241.

void merge_deep_pixels(int64_t pixel, const DeepData& src, int srcpixel);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions