Commit 5e7cfa30 authored by Jean-Paul Saman's avatar Jean-Paul Saman

video_filter/transform.c: mark these options as safe.

parent daf99bd9
...@@ -62,6 +62,7 @@ vlc_module_begin() ...@@ -62,6 +62,7 @@ vlc_module_begin()
add_string(CFG_PREFIX "type", "90", TYPE_TEXT, TYPE_TEXT, false) add_string(CFG_PREFIX "type", "90", TYPE_TEXT, TYPE_TEXT, false)
change_string_list(type_list, type_list_text, 0) change_string_list(type_list, type_list_text, 0)
change_safe()
add_shortcut("transform") add_shortcut("transform")
set_callbacks(Open, Close) set_callbacks(Open, Close)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment