]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/extract.c
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / video_filter / extract.c
index 020c3de6b7fe281283237a8b936927fe3322c5f2..25462d3c2f886e28e08bc16ffd5daa5e545acdcd 100644 (file)
@@ -78,7 +78,7 @@ vlc_module_begin();
     add_shortcut( "extract" );
 
     add_integer_with_range( FILTER_PREFIX "component", 0xFF0000, 1, 0xFFFFFF,
-                 NULL, COMPONENT_TEXT, COMPONENT_LONGTEXT, VLC_FALSE );
+                 NULL, COMPONENT_TEXT, COMPONENT_LONGTEXT, false );
         change_integer_list( pi_component_values, ppsz_component_descriptions, 0 );
 
     set_callbacks( Create, Destroy );