New release

This commit is contained in:
Milan Nikolic
2018-01-27 03:28:09 +01:00
parent 173deebc88
commit 45ca5bdedb
5 changed files with 17 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ import (
)
func TestVideo(t *testing.T) {
video, err := New("ranko.mp4")
video, err := New("test.mp4")
if err != nil {
t.Fatal(err)
}