]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/dummy.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / misc / dummy / dummy.c
index b3532c92248ed9ae3098a33ddc1297c20dc5b756..5c8145339e0bdc12297cf3c815f721853470a151 100644 (file)
@@ -77,7 +77,6 @@ vlc_module_begin();
         set_capability( "decoder", 0 );
         set_callbacks( E_(OpenDecoder), E_(CloseDecoder) );
         add_bool( "dummy-save-es", 0, NULL, SAVE_TEXT, SAVE_LONGTEXT, VLC_TRUE );
-            change_safe();
     add_submodule();
         set_description( _("Dummy encoder function") );
         set_capability( "encoder", 0 );
@@ -93,7 +92,6 @@ vlc_module_begin();
         set_callbacks( E_(OpenVideo), NULL );
         add_category_hint( N_("Video"), NULL, VLC_FALSE );
         add_string( "dummy-chroma", NULL, NULL, CHROMA_TEXT, CHROMA_LONGTEXT, VLC_TRUE );
-            change_safe();
     add_submodule();
         set_description( _("Dummy font renderer function") );
         set_capability( "text renderer", 1 );