summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 2bcb15bd4c..6cc7c0d02f 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -232,6 +232,9 @@ struct vo_driver {
// Size of private struct for automatic allocation (0 doesn't allocate)
int priv_size;
+ // If not NULL, it's copied into the newly allocated private struct.
+ const void *priv_defaults;
+
// List of options to parse into priv struct (requires privsize to be set)
const struct m_option *options;
};