You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avdevice/dshow: fix a unused variable warning
Unused if DSHOWDEBUG is not set since commit
d9a9b4c877
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -411,9 +411,9 @@ dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype,
|
|||||||
bih->biHeight = ctx->requested_height;
|
bih->biHeight = ctx->requested_height;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
AUDIO_STREAM_CONFIG_CAPS *acaps = caps;
|
|
||||||
WAVEFORMATEX *fx;
|
WAVEFORMATEX *fx;
|
||||||
#if DSHOWDEBUG
|
#if DSHOWDEBUG
|
||||||
|
AUDIO_STREAM_CONFIG_CAPS *acaps = caps;
|
||||||
ff_print_AUDIO_STREAM_CONFIG_CAPS(acaps);
|
ff_print_AUDIO_STREAM_CONFIG_CAPS(acaps);
|
||||||
#endif
|
#endif
|
||||||
if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
|
if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
|
||||||
|
Reference in New Issue
Block a user