Loading media/module/extractors/mkv/MatroskaExtractor.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading
media/module/extractors/mkv/MatroskaExtractor.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading