Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 0ac1c01

Browse files
committed
Fixin paths
1 parent 2397f24 commit 0ac1c01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ffmpeg/ffmpeg.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"strconv"
1515
"strings"
1616

17-
"github.com/floostack/transcoder"
18-
"github.com/floostack/transcoder/utils"
17+
"github.com/sashker/transcoder"
18+
"github.com/sashker/transcoder/utils"
1919
)
2020

2121
// Transcoder ...

ffmpeg/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ffmpeg
22

3-
import "github.com/floostack/transcoder"
3+
import "github.com/sashker/transcoder"
44

55
// Metadata ...
66
type Metadata struct {

0 commit comments

Comments
 (0)