]> git.sesse.net Git - vlc/blobdiff - src/video_output/control.h
Modified the prototype of vout_Request and unexport unused vout_Create.
[vlc] / src / video_output / control.h
index 8048e6d79c3c09c9f8d9b7be8f9bc403df8f1a62..b47cd457bdbe525adabec5afdb0c5c50d7aff5fc 100644 (file)
@@ -32,7 +32,7 @@
 enum {
     VOUT_CONTROL_INIT,
     VOUT_CONTROL_CLEAN,
-    VOUT_CONTROL_REINIT,                /* reinit */
+    VOUT_CONTROL_REINIT,                /* cfg */
 
 #if 0
     /* */
@@ -91,9 +91,7 @@ typedef struct {
             unsigned width;
             unsigned height;
         } window;
-        struct {
-            const video_format_t *fmt;
-        } reinit;
+        const vout_configuration_t *cfg;
     } u;
 } vout_control_cmd_t;