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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 203e6b47b7..2bcb15bd4c 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -229,8 +229,8 @@ struct vo_driver {
*/
void (*uninit)(struct vo *vo);
- // Size of private struct for automatic allocation
- int privsize;
+ // Size of private struct for automatic allocation (0 doesn't allocate)
+ int priv_size;
// List of options to parse into priv struct (requires privsize to be set)
const struct m_option *options;