X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvideo_output%2Fcontrol.h;h=b47cd457bdbe525adabec5afdb0c5c50d7aff5fc;hb=7e7f8be16ba22cf63c5b45887dc690e5c4c0f340;hp=8048e6d79c3c09c9f8d9b7be8f9bc403df8f1a62;hpb=9c1e5242ab9bf554524e175fa8e546b8d01cba4f;p=vlc diff --git a/src/video_output/control.h b/src/video_output/control.h index 8048e6d79c..b47cd457bd 100644 --- a/src/video_output/control.h +++ b/src/video_output/control.h @@ -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;