]> git.sesse.net Git - vlc/blobdiff - src/video_output/control.h
Moved "sub-margin" to vout.
[vlc] / src / video_output / control.h
index 6e1f7d7f6a2e958183be730189c5d1201064fbec..9510c22ce98aa97aaea41c1b8e78881e42e1b7a3 100644 (file)
@@ -40,9 +40,11 @@ enum {
     VOUT_CONTROL_STOP,
 #endif
     VOUT_CONTROL_SUBPICTURE,            /* subpicture */
+    VOUT_CONTROL_FLUSH_SUBPICTURE,      /* integer */
     VOUT_CONTROL_OSD_TITLE,             /* string */
     VOUT_CONTROL_CHANGE_FILTERS,        /* string */
     VOUT_CONTROL_CHANGE_SUB_FILTERS,    /* string */
+    VOUT_CONTROL_CHANGE_SUB_MARGIN,     /* integer */
 
     VOUT_CONTROL_PAUSE,
     VOUT_CONTROL_RESET,