You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avdevice/dshow: fix unused variable warning
The acaps variable was used outside of the #if DSHOWDEBUG block witha1c4929f
, but it is no longer used outside of the block sincef125c504
.
This commit is contained in:
@@ -985,8 +985,8 @@ dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype,
|
||||
}
|
||||
} else {
|
||||
WAVEFORMATEX *fx;
|
||||
AUDIO_STREAM_CONFIG_CAPS *acaps = caps;
|
||||
#if DSHOWDEBUG
|
||||
AUDIO_STREAM_CONFIG_CAPS *acaps = caps;
|
||||
ff_print_AUDIO_STREAM_CONFIG_CAPS(acaps);
|
||||
#endif
|
||||
if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
|
||||
|
Reference in New Issue
Block a user