Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3fe1b91 authored by Toni Heidenreich's avatar Toni Heidenreich Committed by Automerger Merge Worker
Browse files

Merge "libmkvextractor: Remove unused local filed rangeSpecified" am: d1dcb339

parents 55b0f07b d1dcb339
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1800,7 +1800,6 @@ void MatroskaExtractor::getColorInformation(
        int32_t isotransfer = 2; // ISO unspecified
        int32_t coeffs = 2; // ISO unspecified
        bool fullRange = false; // default
        bool rangeSpecified = false;

        if (isValidInt32ColourValue(color->primaries)) {
            primaries = color->primaries;
@@ -1816,7 +1815,6 @@ void MatroskaExtractor::getColorInformation(
            // We only support MKV broadcast range (== limited) and full range.
            // We treat all other value as the default limited range.
            fullRange = color->range == 2 /* MKV fullRange */;
            rangeSpecified = true;
        }

        int32_t range = 0;