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

Commit 8beceedc authored by utzcoz's avatar utzcoz
Browse files

libmkvextractor: Remove unused local filed rangeSpecified



It will remove compiling warnings

Test: m libmkvextractor

Signed-off-by: default avatarutzcoz <utzcoz@gmail.com>
Change-Id: I3d49950a4c16c58176ae966b8f6c8b25085c1d89
parent dd1feb52
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;