zhangmeng
2019-07-19 a55bcd63caf8db05459bb46279634985ba273f6d
capture.go
@@ -59,7 +59,7 @@
      Width:  w,
      Height: h,
      GB:     gb,
      CPU:    false,
      CPU:    true,
   }
   gf := goffmpeg.New(conf)
@@ -106,7 +106,6 @@
         time.Sleep(time.Second)
      }
   }
   gf.Free()
   if tryTime > maxTry {
      err := fmt.Sprintf("try %d times to capture image, is url correct?\n", tryTime)