Commit aeb955d8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Snapshot Deprecate the old names not conflicting

parent 03198bb4
......@@ -87,7 +87,9 @@ vlc_module_begin ()
add_integer( "vout-snapshot-width", 320, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, false )
add_integer( "vout-snapshot-height", 200, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, false )
add_string( "vout-snapshot-chroma", "RV32", NULL, CHROMA_TEXT, CHROMA_LONGTEXT, true )
add_deprecated_alias( "snapshot-chroma" )
add_integer( "vout-snapshot-cache-size", 50, NULL, CACHE_TEXT, CACHE_LONGTEXT, true )
add_deprecated_alias( "snapshot-cache-size" )
set_callbacks( Create, Destroy )
vlc_module_end ()
......
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