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/dav1d/C2SoftDav1dDec.h b/media/codec2/components/dav1d/C2SoftDav1dDec.h index 6008325..c5c1214 100644 --- a/media/codec2/components/dav1d/C2SoftDav1dDec.h +++ b/media/codec2/components/dav1d/C2SoftDav1dDec.h
@@ -91,7 +91,7 @@ coeffs(C2Color::MATRIX_UNSPECIFIED), fullRange(C2Color::RANGE_UNSPECIFIED) {} - bool operator==(const VuiColorAspects& o) { + bool operator==(const VuiColorAspects& o) const { return primaries == o.primaries && transfer == o.transfer && coeffs == o.coeffs && fullRange == o.fullRange; }