mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-10-17 21:41:42 +08:00
Fixed imports
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"os/exec"
|
||||
"testing"
|
||||
|
||||
"github.com/muhammadharis/goffmpeg/transcoder"
|
||||
"github.com/xfrr/goffmpeg/transcoder"
|
||||
)
|
||||
|
||||
func TestInputNotFound(t *testing.T) {
|
||||
|
@@ -13,8 +13,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/muhammadharis/goffmpeg/models"
|
||||
"github.com/xfrr/goffmpeg/ffmpeg"
|
||||
"github.com/xfrr/goffmpeg/models"
|
||||
"github.com/xfrr/goffmpeg/utils"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user