mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
avdevice/dshow: fix a unused variable warning
Unused if DSHOWDEBUG is not set since commit d9a9b4c877b85fea5a5bad74c3d592a756047f79. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
47451d9267
commit
b664df3ff4
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user