Re: [FFmpeg-devel] [PATCH] avdevice/dshow: fix unused variable warning

2024-10-17 Thread Ramiro Polla
On Mon, Sep 9, 2024 at 12:58 PM Ramiro Polla wrote: > > The acaps variable was used outside of the #if DSHOWDEBUG block with > a1c4929f, but it is no longer used outside of the block since f125c504. > --- > libavdevice/dshow.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH] avdevice/dshow: fix unused variable warning

2024-09-09 Thread Ramiro Polla
The acaps variable was used outside of the #if DSHOWDEBUG block with a1c4929f, but it is no longer used outside of the block since f125c504. --- libavdevice/dshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c index 84db151577..6e973