summaryrefslogtreecommitdiff
path: root/src/JP2K_Sequence_Parser.cpp
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2019-12-30 14:03:32 -0800
committerGitHub <noreply@github.com>2019-12-30 14:03:32 -0800
commit39d533e10e9f5248c557caa0777c8c10ed5d737c (patch)
tree6e03793692f45418ea89c55edcb95ce89d9aad5b /src/JP2K_Sequence_Parser.cpp
parent5dd260660cfa14ece62365139962dfb4cbbafb10 (diff)
parenta67f55782d4758355190fe3f14ac6159b9d79e1e (diff)
Merge branch 'master' into htj2c
Diffstat (limited to 'src/JP2K_Sequence_Parser.cpp')
-rwxr-xr-xsrc/JP2K_Sequence_Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JP2K_Sequence_Parser.cpp b/src/JP2K_Sequence_Parser.cpp
index cb73edd..c561033 100755
--- a/src/JP2K_Sequence_Parser.cpp
+++ b/src/JP2K_Sequence_Parser.cpp
@@ -229,7 +229,7 @@ operator==(const ASDCP::JP2K::CodingStyleDefault_t& lhs, const ASDCP::JP2K::Codi
for ( ui32_t i = 0; i < sizeof(ui16_t); i++ )
{
- if ( lhs.SGcod.NumberOfLayers[i] != lhs.SGcod.NumberOfLayers[i] )
+ if ( lhs.SGcod.NumberOfLayers[i] != rhs.SGcod.NumberOfLayers[i] )
return false;
}