Bump ffmpeg to 5.1.2 "Riemann"
[dcpomatic.git] / src / lib / audio_filter_graph.h
index e5c55fa273b22009564b98fcce92f0f92bee3157..1ac2b071b3c829471f8cd2039a6b334a748ddc94 100644 (file)
@@ -47,7 +47,7 @@ protected:
 private:
        int _sample_rate;
        int _channels;
-       int64_t _channel_layout;
+       AVChannelLayout _channel_layout;
        AVFrame* _in_frame;
 };