From e94ad21835adaaaca29b1057779ac087c87a1dd3 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sun, 14 Jul 2024 04:15:41 +0200 Subject: [PATCH] fix: extra definition no longer needed --- src/WallpaperEngine/Audio/CAudioStream.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/WallpaperEngine/Audio/CAudioStream.h b/src/WallpaperEngine/Audio/CAudioStream.h index c9a6622..d13cf3b 100644 --- a/src/WallpaperEngine/Audio/CAudioStream.h +++ b/src/WallpaperEngine/Audio/CAudioStream.h @@ -166,10 +166,6 @@ class CAudioStream { */ void initialize (); -#if FF_API_OLD_CHANNEL_LAYOUT - /** Chanel layout needed for old FFMPEG versions */ - AVChannelLayout m_out_channel_layout {}; -#endif /** The SwrContext that handles resampling */ SwrContext* m_swrctx; /** The audio context this stream will be played under */