mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
A few more fixes
This commit is contained in:
parent
407e6aebc9
commit
267a3eecd9
@ -136,7 +136,7 @@ static void jitterThreadFunc(void* context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void resyncThreadFunc(void* context) {
|
static void resyncThreadFunc(void* context) {
|
||||||
long payload[2];
|
long long payload[2];
|
||||||
NVCTL_PACKET_HEADER header;
|
NVCTL_PACKET_HEADER header;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
@ -163,9 +163,9 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length) {
|
|||||||
|
|
||||||
if (getSpecialSeq(¤tPos, &specialSeq)) {
|
if (getSpecialSeq(¤tPos, &specialSeq)) {
|
||||||
if (isSeqAvcStart(&specialSeq)) {
|
if (isSeqAvcStart(&specialSeq)) {
|
||||||
if (isSeqFrameStart(&specialSeq)) {
|
|
||||||
decodingAvc = 1;
|
decodingAvc = 1;
|
||||||
|
|
||||||
|
if (isSeqFrameStart(&specialSeq)) {
|
||||||
reassembleFrame();
|
reassembleFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user