Compare commits

...

2 Commits

Author SHA1 Message Date
Icedream 4187d0dfda
Update tests to tolerate mp3/mp3float. 2018-07-09 12:19:08 +02:00
Icedream a4e70df617
Update gmf submodule. 2018-07-09 12:18:54 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ func Test_Demux(t *testing.T) {
So(audioStream, ShouldBeNil)
So(stream.StreamId, ShouldEqual, 0)
So(stream.Pts, ShouldEqual, 0)
So(stream.CodecInfo.CodecName, ShouldEqual, "mp3")
So(stream.CodecInfo.CodecName, ShouldBeIn, []string{"mp3", "mp3float"})
So(stream.CodecInfo.Type, ShouldEqual, Audio)
audioStream = stream
}

View File

@ -27,7 +27,7 @@ func Test_Muxer(t *testing.T) {
So(audioStream, ShouldBeNil)
So(stream.StreamId, ShouldEqual, 0)
So(stream.Pts, ShouldEqual, 0)
So(stream.CodecInfo.CodecName, ShouldEqual, "mp3")
So(stream.CodecInfo.CodecName, ShouldBeIn, []string{"mp3", "mp3float"})
So(stream.CodecInfo.Type, ShouldEqual, Audio)
audioStream = stream
}

2
vendor/github.com/3d0c/gmf generated vendored

@ -1 +1 @@
Subproject commit f158770a793e28c093dc22c2a9ef0af20bdd804f
Subproject commit d481e19a7c9f8d849bb3f6a69854ec711dc894e8