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

Commit d1dcb339 authored by Toni Heidenreich's avatar Toni Heidenreich Committed by Gerrit Code Review
Browse files

Merge "libmkvextractor: Remove unused local filed rangeSpecified"

parents 8e472ebb 8beceedc
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;