mirror of
https://github.com/lucish/h265ToJpeg.git
synced 2026-04-22 23:07:06 +08:00
Update convert_test.go
This commit is contained in:
+1
-1
@@ -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