A few more fixes
This commit is contained in:
parent
407e6aebc9
commit
267a3eecd9
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ static void jitterThreadFunc(void* context) {
|
|||
}
|
||||
|
||||
static void resyncThreadFunc(void* context) {
|
||||
long payload[2];
|
||||
long long payload[2];
|
||||
NVCTL_PACKET_HEADER header;
|
||||
int err;
|
||||
|
||||
|
|
|
|||
|
|
@ -163,9 +163,9 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length) {
|
|||
|
||||
if (getSpecialSeq(¤tPos, &specialSeq)) {
|
||||
if (isSeqAvcStart(&specialSeq)) {
|
||||
if (isSeqFrameStart(&specialSeq)) {
|
||||
decodingAvc = 1;
|
||||
decodingAvc = 1;
|
||||
|
||||
if (isSeqFrameStart(&specialSeq)) {
|
||||
reassembleFrame();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue