Skip to content

Commit

Permalink
modify some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Apr 20, 2020
1 parent d416be2 commit 3e45e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion M3U8KitTests/M3U8KitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (void)testLoadURLAsynchronously {
}
[expectation fulfill];
}];
[self waitForExpectationsWithTimeout:5 handler:nil];
[self waitForExpectationsWithTimeout:15 handler:nil];
}

- (void)testMasterM3U {
Expand Down
4 changes: 2 additions & 2 deletions Source/M3U8MasterPlaylist.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ - (void)parseMasterPlaylist {
}


// Simply ignore the following tag
// Ignore the following tag, which is not implemented yet.
// #EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=65531,PROGRAM-ID=1,CODECS="avc1.42c00c",RESOLUTION=320x180,URI="/talks/769/video/64k_iframe.m3u8?sponsor=Ripple"
else if ([line hasPrefix:M3U8_EXT_X_I_FRAME_STREAM_INF]) {

Expand Down Expand Up @@ -162,7 +162,7 @@ - (M3U8ExtXStreamInfList *)alternativeXStreamInfList {
}
}

// For the time being, it is only used when the resolution is selected.
// It is only used when the resolution is selected.
// M3U8ExtXMediaList *xmlist = self.masterPlaylist.xMediaList.videoList;
// for (int i = 0; i < xmlist.count; i ++) {
// M3U8ExtXMedia *media = [xmlist extXMediaAtIndex:i];
Expand Down

0 comments on commit 3e45e85

Please sign in to comment.