godecjpeg.go
@@ -23,7 +23,7 @@ var width C.int var height C.int p := C.wrap_fn_decode(in, C.int(withGB), &width, &height) p := C.wrap_fn_decode(unsafe.Pointer(libcffmpeg), in, C.int(withGB), &width, &height) defer C.free(p) if width > 0 && height > 0 {