Skip to content

Commit

Permalink
fix: extra definition no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Almamu committed Jul 14, 2024
1 parent 88da5d0 commit e94ad21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/WallpaperEngine/Audio/CAudioStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e94ad21

Please sign in to comment.