Results 1 issues of Jie Fang

Module: test/c_module ``` def test(): input_video_path = xxx output_path = xxxx video = bmf.graph().decode({ "input_path": input_video_path, "video_params": { "hwaccel": "cuda", } })["video"] video2 = video.c_module('cpp_copy_module', "../../test/c_module/libcopy_module.so", # use your path...