Skip to content
Snippets Groups Projects
Commit 7a992258 authored by Ilkka Ollakka's avatar Ilkka Ollakka
Browse files

transcode: change default scaling factor to 0 -> no scaling

parent deeb788f
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ vlc_module_begin ()
VCODEC_LONGTEXT, false )
add_integer( SOUT_CFG_PREFIX "vb", 0, NULL, VB_TEXT,
VB_LONGTEXT, false )
add_float( SOUT_CFG_PREFIX "scale", 1, NULL, SCALE_TEXT,
add_float( SOUT_CFG_PREFIX "scale", 0, NULL, SCALE_TEXT,
SCALE_LONGTEXT, false )
add_float( SOUT_CFG_PREFIX "fps", 0, NULL, FPS_TEXT,
FPS_LONGTEXT, false )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment