mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
![]() LibvpxVp8Encoder::Encode() creates a local instance of rtc::scoped_refptr<I420BufferInterface>, then sets members to point into the internal state of that I420BufferInterface. These pointers remain in place after the buffer is destroyed. This CL fixes the issue by deleting the references when the function exits. Bug: webrtc:10570 Change-Id: I9623e2ff3dd43e8fd1d1cc7696a3f28227d4544b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133882 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27738} |
||
---|---|---|
.. | ||
h264 | ||
interface | ||
multiplex | ||
test | ||
vp8 | ||
vp9 |