mirror of
https://github.com/lucish/h265ToJpeg.git
synced 2025-09-26 19:41:13 +08:00
Update convert_test.go
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func BenchmarkConvert(b *testing.B) {
|
||||
//读取文件
|
||||
inputFile := "/work/dana_work/gopath/src/github.com/lucish/convert-video/src/huangxiao.h265"
|
||||
inputFile := "/test"
|
||||
src, err := ReadAll(inputFile)
|
||||
if err != nil || len(src) == 0 {
|
||||
fmt.Println(err.Error())
|
||||
|
Reference in New Issue
Block a user