[FFmpeg-trac] #9828(avformat:new): directshow avdevice_free_list_devices not releasing all handles
FFmpeg
trac at avcodec.org
Sun Jul 10 10:48:43 EEST 2022
#9828: directshow avdevice_free_list_devices not releasing all handles
----------------------------------+--------------------------------------
Reporter: IsraelO | Type: defect
Status: new | Priority: normal
Component: avformat | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
----------------------------------+--------------------------------------
Summary of the bug:
repeted calles to avdevice_list_input_sources/avdevice_free_list_devices
keeps accumulating and openning windows handles.
How to reproduce:
AVDeviceInfoList* dv = 0;
avdevice_list_input_sources(av_find_input_format("dshow"), NULL, NULL,
&dv));
avdevice_free_list_devices(&dv);
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9828>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list