mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-30 20:27:47 +02:00
4ce87ecf2a8a8a9348f9bdbb420f3bee92e6513f
The voice register functions return the same voice structure upon multiple registration. It causes us two problems: If we delete a voice without deregistering it, it leaves a dangling pointer inside the library. If we delete or unregister a voice at uninit, it may still be in use by another instance of the filter. The second problem is solved by keeping an usage counter inside asrc_flite. This is not thread-safe, but neither is flite itself.
…
…
…
…
…
FFmpeg README ------------- 1) Documentation ---------------- * Read the documentation in the doc/ directory in git. You can also view it online at http://ffmpeg.org/documentation.html 2) Licensing ------------ * See the LICENSE file. 3) Build and Install -------------------- * See the INSTALL file.
Description
Languages
C
89.3%
Assembly
8.3%
Makefile
1.4%
GLSL
0.3%
C++
0.3%
Other
0.2%