You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE5/Dev-TensorWorks CLs 18200048 and 18306147 to Release-5.0 (//UE5/Release-5.0)
- Changing the offer/request order - Adding sfu support - Adding simulcast support - Largish structural changes - adding reference SFU server #jira UE-136239, UE-136238 #rb aidan.possemiers, luke.bermingham, nick.pace [FYI] Mattias.Jansson #ROBOMERGE-AUTHOR: matthew.cotton #ROBOMERGE-SOURCE: CL 18345619 in //UE5/Release-5.0/... via CL 18345653 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469) [CL 18345683 by matthew cotton in ue5-release-engine-test branch]
This commit is contained in:
+1
-3
@@ -701,7 +701,6 @@ namespace AVEncoder
|
||||
{
|
||||
uint64 StartProcessFramesFuncCycles;
|
||||
uint64 FinishedEncodingCycles;
|
||||
FCodecPacketImpl Packet;
|
||||
|
||||
StartProcessFramesFuncCycles = FPlatformTime::Cycles64();
|
||||
|
||||
@@ -710,8 +709,7 @@ namespace AVEncoder
|
||||
{
|
||||
if(Encoder.OnEncodedPacket)
|
||||
{
|
||||
Packet.Data = static_cast<const uint8*>(Buffer->BitstreamData);
|
||||
Packet.DataSize = Buffer->BitstreamDataSize;
|
||||
FCodecPacket Packet = FCodecPacket::Create(static_cast<const uint8*>(Buffer->BitstreamData), Buffer->BitstreamDataSize);
|
||||
|
||||
if(Buffer->PictureType & NV_ENC_PIC_TYPE_IDR)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user