Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 4d042b9

Browse files
committed
Fix webrtc media source tile number
1 parent 93cb16d commit 4d042b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/player/MediaSource/WebRTCMediaSource.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,6 @@ bool WebRTCMediaSource::OnVideoPacket(
488488
dashPkt.qtyResolution[1].top = 0;
489489
dashPkt.qtyResolution[1].qualityRanking = static_cast<QualityRank>(2);
490490

491-
dashPkt.tileRowNum = 8;
492-
dashPkt.tileColNum = 10;
493491
dashPkt.height = rwpk->packedPicHeight;
494492
dashPkt.width = rwpk->packedPicWidth;
495493

0 commit comments

Comments
 (0)