Remove non-supported video format
This commit is contained in:
parent
391d31659b
commit
ab554315b5
@ -1,5 +1,5 @@
|
|||||||
# Modify this file to change the last-modified date when you add/remove a file.
|
# Modify this file to change the last-modified date when you add/remove a file.
|
||||||
# This will then trigger a new cmake run automatically.
|
# This will then trigger a new cmake run automatically.
|
||||||
file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp")
|
file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp")
|
||||||
file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp")
|
file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp")
|
||||||
file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*")
|
file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*")
|
||||||
|
@ -570,8 +570,8 @@ namespace UserConfigParams
|
|||||||
|
|
||||||
PARAM_PREFIX IntUserConfigParam m_record_format
|
PARAM_PREFIX IntUserConfigParam m_record_format
|
||||||
PARAM_DEFAULT(IntUserConfigParam(0, "record_format",
|
PARAM_DEFAULT(IntUserConfigParam(0, "record_format",
|
||||||
&m_recording_group, "Specify the format for record (VP8, VP9, mjpeg,"
|
&m_recording_group, "Specify the format for record (VP8, VP9, "
|
||||||
" h264)"));
|
"mjpeg)"));
|
||||||
|
|
||||||
PARAM_PREFIX IntUserConfigParam m_vp_end_usage
|
PARAM_PREFIX IntUserConfigParam m_vp_end_usage
|
||||||
PARAM_DEFAULT(IntUserConfigParam(0, "vp_end_usage",
|
PARAM_DEFAULT(IntUserConfigParam(0, "vp_end_usage",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user