Use plain git hash for VERSION when there is no exact tag.
[dcpomatic.git] / src / lib / filter_graph.h
index 315aa7835c8a108b016b9109947f2f230c6a30bc..e474f851f47af56ffe6096b583a937202d82ad86 100644 (file)
@@ -68,7 +68,7 @@ protected:
 
        AVFilterGraph* _graph = nullptr;
        /** true if this graph has no filters in, so it just copies stuff straight through */
-       bool _copy = false;
+       bool _copy = true;
        AVFilterContext* _buffer_src_context = nullptr;
        AVFilterContext* _buffer_sink_context = nullptr;
        AVFrame* _frame = nullptr;