• Bug#1033470: marked as done (unblock: libopenmpt/0.6.9-1) (2/2)

    From Debian Bug Tracking System@21:1/5 to All on Sun Mar 26 22:40:01 2023
    [continued from previous message]

    --- libopenmpt-0.6.8/soundlib/Sndfile.h 2023-01-04 22:27:07.000000000 +0100
    +++ libopenmpt-0.6.9/soundlib/Sndfile.h 2023-03-03 19:32:39.000000000 +0100
    @@ -457,7 +457,7 @@
    #endif // MODPLUG_TRACKER
    Enum<MODTYPE> m_nType;
    private:
    - MODCONTAINERTYPE m_ContainerType = MOD_CONTAINERTYPE_NONE;
    + ModContainerType m_ContainerType = ModContainerType::None;
    public:
    CHANNELINDEX m_nChannels = 0;
    SAMPLEINDEX m_nSamples = 0;
    @@ -735,7 +735,7 @@
    bool Destroy();
    Enum<MODTYPE> GetType() const noexcept { return m_nType; }

    - MODCONTAINERTYPE GetContainerType() const noexcept { return m_ContainerType; }
    + ModContainerType GetContainerType() const noexcept { return m_ContainerType; }

    // rough heuristic, could be improved
    mpt::Charset GetCharsetFile() const // 8bit string encoding of strings in the on-disk file
    @@ -927,8 +927,8 @@

    static std::vector<const char *> GetSupportedExtensions(bool otherFormats);
    static bool IsExtensionSupported(std::string_view ext); // UTF8, casing of ex