]> git.sesse.net Git - vlc/blobdiff - src/video_output/control.h
Revert "Used vout_control_Push for vout_RegisterSubpictureChannel."
[vlc] / src / video_output / control.h
index fc265e1fa8a0487aa33559b4d2228a68e6228ecc..4654736a8def1aff8e7cc01c4d5d742c8919e068 100644 (file)
@@ -41,7 +41,6 @@ enum {
 #endif
     VOUT_CONTROL_SUBPICTURE,            /* subpicture */
     VOUT_CONTROL_FLUSH_SUBPICTURE,      /* integer */
-    VOUT_CONTROL_REGISTER_SUBPICTURE,   /* integer_ptr */
     VOUT_CONTROL_OSD_TITLE,             /* string */
     VOUT_CONTROL_CHANGE_FILTERS,        /* string */
     VOUT_CONTROL_CHANGE_SUB_FILTERS,    /* string */
@@ -71,7 +70,6 @@ typedef struct {
         mtime_t *time_ptr;
         char    *string;
         int     integer;
-        int     *integer_ptr;
         struct {
             int a;
             int b;