Fix invalid reference frame invalidation payload when dropping an early frame
This bug causes the request to be discarded on GFE 3.17.
This commit is contained in:
parent
f884003066
commit
9360adb39a
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ static void requestIdrFrame(void) {
|
|||
// Form the payload
|
||||
if (lastSeenFrame < 0x20) {
|
||||
payload[0] = 0;
|
||||
payload[1] = 0x20;
|
||||
payload[1] = lastSeenFrame;
|
||||
}
|
||||
else {
|
||||
payload[0] = lastSeenFrame - 0x20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue