-
- Downloads
video: change VideoDecoder::decode() prototype
This patch fixes frame buffer usage outside of this function by moving packet buffer creation into the caller. The caller is now responsible for creating and destroying it. This fix crashes found during shm_sink rendering. Note: only reproducible with libav _prior_ to commit 759001c534287a96dc96d1e274665feb7059145d: Author: Anton Khirnov <anton at khirnov.net> Committer: Anton Khirnov <anton at khirnov.net> Date: Wed Nov 21 21:34:46 2012 +0100 lavc decoders: work with refcounted frames. Refs #49174 Change-Id: I3900a64690568a1ecf107ccfc07a2952981eefa4
Showing
- daemon/src/video/video_decoder.cpp 1 addition, 3 deletionsdaemon/src/video/video_decoder.cpp
- daemon/src/video/video_decoder.h 1 addition, 1 deletiondaemon/src/video/video_decoder.h
- daemon/src/video/video_input.cpp 2 additions, 2 deletionsdaemon/src/video/video_input.cpp
- daemon/src/video/video_receive_thread.cpp 2 additions, 1 deletiondaemon/src/video/video_receive_thread.cpp
Please register or sign in to comment