Remove non-supported video format

This commit is contained in:
Benau 2017-04-06 09:37:32 +08:00
parent 391d31659b
commit ab554315b5
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 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_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp")
file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*")

View File

@ -570,8 +570,8 @@ namespace UserConfigParams
PARAM_PREFIX IntUserConfigParam m_record_format
PARAM_DEFAULT(IntUserConfigParam(0, "record_format",
&m_recording_group, "Specify the format for record (VP8, VP9, mjpeg,"
" h264)"));
&m_recording_group, "Specify the format for record (VP8, VP9, "
"mjpeg)"));
PARAM_PREFIX IntUserConfigParam m_vp_end_usage
PARAM_DEFAULT(IntUserConfigParam(0, "vp_end_usage",