Fix duplicate name of _mutex in ExceptionStore and some of its children.
[dcpomatic.git] / src / lib / filter_graph.h
index 45caef82082e5013574d29e06f1d44df1af0107b..8a8dd9a30e4da857fc46ccff6f649ad53aa8669f 100644 (file)
@@ -27,8 +27,8 @@
 #include "util.h"
 
 struct AVFilterContext;
+struct AVFrame;
 class Image;
-class VideoFilter;
 class FFmpegContent;
 
 /** @class FilterGraph