summaryrefslogtreecommitdiffstats
path: root/filters/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/filter.h')
-rw-r--r--filters/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filters/filter.h b/filters/filter.h
index eb554c29c8..9ba387691a 100644
--- a/filters/filter.h
+++ b/filters/filter.h
@@ -345,6 +345,7 @@ struct mp_stream_info {
struct mp_hwdec_devices *hwdec_devs;
struct osd_state *osd;
bool rotate90;
+ struct vo *dr_vo; // for calling vo_get_image()
};
// Search for a parent filter (including f) that has this set, and return it.