]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_window.h
decoder: fix data race in input_DecoderChangePause()
[vlc] / include / vlc_vout_window.h
index 6f38df4db61038fba482947028e7bb2e8a7877a0..1b766f5b7b07c32e90750ab2c7f3bdef63df32f1 100644 (file)
@@ -61,7 +61,7 @@ enum {
     VOUT_WINDOW_SET_FULLSCREEN, /* int b_fullscreen */
 };
 
-typedef struct {
+typedef struct vout_window_cfg_t {
     /* If true, a standalone window is requested */
     bool is_standalone;