mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-16 16:35:47 +00:00
Fix video decoding bug
This commit is contained in:
parent
58c1771761
commit
3b057e4a6b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user