Unused since commit d9a9b4c877b85fea5a5bad74c3d592a756047f79.
Signed-off-by: James Almer <[email protected]>
---
libavdevice/dshow.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c
index fd62d79443..0f954dde6f 100644
--- a/libavdevice/dshow.c
+++ b/libavdevice/dshow.c
@@ -411,11 +411,7 @@ dshow_cycle_formats(AVFormatContext *avctx, enum
dshowDeviceType devtype,
bih->biHeight = ctx->requested_height;
}
} else {
- AUDIO_STREAM_CONFIG_CAPS *acaps = caps;
WAVEFORMATEX *fx;
-#if DSHOWDEBUG
- ff_print_AUDIO_STREAM_CONFIG_CAPS(acaps);
-#endif
if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
fx = (void *) type->pbFormat;
} else {
--
2.33.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".