Add header guards.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Nov 2023 23:24:11 +0000 (00:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Nov 2023 06:34:23 +0000 (07:34 +0100)
src/lib/audio_filter_graph.h

index e749d0ec98bf27a918ebc9cfb1b1540544563e59..e5c55fa273b22009564b98fcce92f0f92bee3157 100644 (file)
 
 */
 
+
+#ifndef DCPOMATIC_AUDIO_FILTER_GRAPH_H
+#define DCPOMATIC_AUDIO_FILTER_GRAPH_H
+
+
 #include "filter_graph.h"
 extern "C" {
 #include <libavfilter/buffersink.h>
@@ -45,3 +50,7 @@ private:
        int64_t _channel_layout;
        AVFrame* _in_frame;
 };
+
+
+#endif
+