rename video_bprob -> video_fprob

This commit is contained in:
falsycat 2022-09-06 20:11:21 +09:00
parent ecece4021f
commit 55a1095490
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${BLKY_CXX_FLAGS} -I ${PROJECT_SOURCE_DI
add_executable(bidx_video common.hh bidx_video.cc)
target_link_libraries(bidx_video PRIVATE args minimp4 openh264)
add_executable(video_bprob common.hh video_bprob.cc)
target_link_libraries(video_bprob PRIVATE args minimp4 openh264)
add_executable(video_fprob common.hh video_fprob.cc)
target_link_libraries(video_fprob PRIVATE args minimp4 openh264)

View File

@ -20,7 +20,7 @@ namespace param {
using namespace ::args;
ArgumentParser parser {
"converter: video -> block probability matrix"
"converter: video -> feature probability matrix"
};
HelpFlag help {
parser, "help", "display this menu", {'h', "help"},