]> git.sesse.net Git - ffmpeg/commit
pthread_frame: do not embed full AVFrame structs into per-thread contexts
authorAnton Khirnov <anton@khirnov.net>
Sun, 15 Jan 2017 12:46:27 +0000 (13:46 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 10 Apr 2020 13:45:16 +0000 (15:45 +0200)
commitb630a270f55647a758fefc1deb91932c0521c3c4
treef8d614a54d01aef3ae8447bff83a7e9dbfb85aac
parente40107c1ad12a53bb7d81538f35b85ed3d11c4b0
pthread_frame: do not embed full AVFrame structs into per-thread contexts

Use the AVFrame API to properly allocate and free frames for delayed
release.
libavcodec/pthread_frame.c