mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
fix: extra definition no longer needed
This commit is contained in:
parent
88da5d096e
commit
e94ad21835
@ -166,10 +166,6 @@ class CAudioStream {
|
|||||||
*/
|
*/
|
||||||
void initialize ();
|
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 */
|
/** The SwrContext that handles resampling */
|
||||||
SwrContext* m_swrctx;
|
SwrContext* m_swrctx;
|
||||||
/** The audio context this stream will be played under */
|
/** The audio context this stream will be played under */
|
||||||
|
Loading…
Reference in New Issue
Block a user