diff options
| -rw-r--r-- | src/lib/audio_filter_graph.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/audio_filter_graph.h b/src/lib/audio_filter_graph.h index e749d0ec9..e5c55fa27 100644 --- a/src/lib/audio_filter_graph.h +++ b/src/lib/audio_filter_graph.h @@ -18,6 +18,11 @@ */ + +#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 + |
