H265::CompareExtraData doesn't run as expected.
Bug 1943223 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
`H265::CompareExtraData()` doesn't run as expected.
Once calling `Result::unwrap()`, the `Result` [is not valid anymore](https://bugzilla.mozilla.org/show_bug.cgi?id=1943217#c1). However, in some of our codes, we would still reuse the same `Result` causing incorrect result.