]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.h
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / video_filter / mosaic.h
index 45f5b4c3a7bc0eabf216ae390388c1814c49ef54..39b80a77d91d355a855e3b3b6fcafd1ac674ae01 100644 (file)
@@ -27,7 +27,7 @@ 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;
 } bridged_es_t;