]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.h
Don't leak every https parameters.
[vlc] / modules / video_filter / mosaic.h
index 45f5b4c3a7bc0eabf216ae390388c1814c49ef54..edfc66388752899b19fa94ca76ec99956bab67e4 100644 (file)
@@ -27,8 +27,12 @@ typedef struct bridged_es_t
     es_format_t fmt;
     picture_t *p_picture;
     picture_t **pp_last;
-    vlc_bool_t b_empty;
+    bool b_empty;
     char *psz_id;
+
+    int i_alpha;
+    int i_x;
+    int i_y;
 } bridged_es_t;
 
 typedef struct bridge_t