]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.h
Revert "Prefer setenv to putenv (evenmore with local variables)."
[vlc] / modules / video_filter / mosaic.h
index 39b80a77d91d355a855e3b3b6fcafd1ac674ae01..edfc66388752899b19fa94ca76ec99956bab67e4 100644 (file)
@@ -29,6 +29,10 @@ typedef struct bridged_es_t
     picture_t **pp_last;
     bool b_empty;
     char *psz_id;
+
+    int i_alpha;
+    int i_x;
+    int i_y;
 } bridged_es_t;
 
 typedef struct bridge_t