https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284378
--- Comment #36 from huang...@gmail.com --- (In reply to shamaz.mazum from comment #33) Look like nobody use "byteRangeSample", so can totally remove it: # cat patch-Source_WebCore_platform_MediaSample.h --- Source/WebCore/platform/MediaSample.h.orig 2024-08-19 06:28:39 UTC +++ Source/WebCore/platform/MediaSample.h @@ -63,7 +63,6 @@ struct PlatformSample { const MockSampleBox* mockSampleBox; CMSampleBufferRef cmSampleBuffer; GstSample* gstSample; - std::pair<MTPluginByteSourceRef, std::reference_wrapper<const TrackInfo>> byteRangeSample; } sample; }; -- You are receiving this mail because: You are on the CC list for the bug.