mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-03 06:16:04 +00:00
Fix video decoding bug
This commit is contained in:
@@ -166,7 +166,7 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length) {
|
||||
|
||||
while (currentPos.length != 0) {
|
||||
if (getSpecialSeq(¤tPos, &specialSeq)) {
|
||||
if (decodingAvc || isSeqPadding(&specialSeq)) {
|
||||
if (decodingAvc || !isSeqPadding(&specialSeq)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user