[Bug 255687] www/chromium crashes on Microsoft Teams
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 11 10:55:51 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255687
--- Comment #1 from Marek Zarychta <zarychtam at plan-b.pwste.edu.pl> ---
I don't know if it can be relevant or not but it looks like multimedia/ffmpeg
is either culprit or at least involved. Below are the lines 80-84 of the file
h264_decoder_impl.cc
// Called by FFmpeg when it is done with a frame buffer, see AVGetBuffer2.
void AVFreeBuffer2(void* opaque, uint8_t* data) {
VideoFrame* video_frame = static_cast<VideoFrame*>(opaque);
delete video_frame;
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list