mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 11:00:08 +01:00
avdevice/dshow: Cleanup also on av_log case
Fixes: CID1598550 Resource leak
Sponsored-by: Sovereign Tech Fund
Reviewed-by: Roger Pack <rogerdpack@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 25f9211bdd)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -1000,7 +1000,7 @@ dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype,
|
||||
" ch=%2u, bits=%2u, rate=%6lu\n",
|
||||
fx->nChannels, fx->wBitsPerSample, fx->nSamplesPerSec
|
||||
);
|
||||
continue;
|
||||
goto next;
|
||||
}
|
||||
if (
|
||||
(requested_sample_rate && requested_sample_rate != fx->nSamplesPerSec) ||
|
||||
|
||||
Reference in New Issue
Block a user