Skip to content

Commit

Permalink
Update HEVCDecoderConfigurationRecordTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Nov 2, 2023
1 parent 03571c8 commit f8eae3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/MPEG/HEVCDecoderConfigurationRecordTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ final class HEVCDecoderConfigurationRecordTests: XCTestCase {
func testMain() {
let data = Data([1, 1, 96, 0, 0, 0, 176, 0, 0, 0, 0, 0, 93, 240, 0, 252, 253, 248, 248, 0, 0, 15, 3, 32, 0, 1, 0, 24, 64, 1, 12, 1, 255, 255, 1, 96, 0, 0, 3, 0, 176, 0, 0, 3, 0, 0, 3, 0, 93, 21, 192, 144, 33, 0, 1, 0, 36, 66, 1, 1, 1, 96, 0, 0, 3, 0, 176, 0, 0, 3, 0, 0, 3, 0, 93, 160, 2, 40, 128, 39, 28, 178, 226, 5, 123, 145, 101, 83, 80, 16, 16, 16, 8, 34, 0, 1, 0, 7, 68, 1, 192, 44, 188, 20, 201])
let hevc = HEVCDecoderConfigurationRecord(data: data)
var formatDescription: CMFormatDescription?
_ = hevc.makeFormatDescription(&formatDescription)
var formatDescription = hevc.makeFormatDescription()
XCTAssertNotNil(formatDescription)
}
}

0 comments on commit f8eae3a

Please sign in to comment.