commit | ad434d79398f6493a9d5e14d7f08703d14fe08c8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 05 18:41:48 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 05 18:41:48 2024 +0000 |
tree | 6e3f470f88f50eb50ae585f19b396e495f7f17af | |
parent | a4f686d469f268f6683bc29919b5b44ff55333ef [diff] [blame] |
Use the global default cpp_std. Bug: http://b/344590580 Change-Id: I523e556f77e33fbaa6711b9ada7c8646202a2749
diff --git a/media/codec2/components/mpeg2/C2SoftMpeg2Dec.h b/media/codec2/components/mpeg2/C2SoftMpeg2Dec.h index 3965bcc..a7bee90 100644 --- a/media/codec2/components/mpeg2/C2SoftMpeg2Dec.h +++ b/media/codec2/components/mpeg2/C2SoftMpeg2Dec.h
@@ -172,7 +172,7 @@ VuiColorAspects() : primaries(2), transfer(2), coeffs(2), fullRange(0) { } - bool operator==(const VuiColorAspects &o) { + bool operator==(const VuiColorAspects &o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; }