Skip to content

Commit f8db5a1

Browse files
committed
Disabled audio package
1 parent 13a8797 commit f8db5a1

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pkg/file/mimetype_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
SAMPLE_MP4 = "../../etc/sample.mp4"
12+
SAMPLE_MP4 = "../../etc/test/sample.mp4"
1313
)
1414

1515
func Test_mimetype_000(t *testing.T) {

sys/ffmpeg51/avformat_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func Test_avformat_003(t *testing.T) {
4040
t.Log("muxer=", format)
4141
if id := format.DefaultAudioCodec(); id != ffmpeg.AV_CODEC_ID_NONE {
4242
codec := ffmpeg.AVCodec_find_encoder(id)
43-
if id != ffmpeg.AVCodecID(86047) && id != ffmpeg.AVCodecID(86083) && id != ffmpeg.AVCodecID(86069) && id != ffmpeg.AVCodecID(69669) {
43+
if id != ffmpeg.AVCodecID(86047) && id != ffmpeg.AVCodecID(73728) && id != ffmpeg.AVCodecID(86075) && id != ffmpeg.AVCodecID(86083) && id != ffmpeg.AVCodecID(86069) && id != ffmpeg.AVCodecID(69669) {
4444
assert.NotNil(codec, "for id %v", id)
4545
t.Log(" audio_codec=", codec)
4646
}

0 commit comments

Comments
 (0)