Skip to content

Commit

Permalink
fix issue reported by codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Feb 8, 2022
1 parent 71131f4 commit 3d02fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/source/PeerConnection/SessionDescription.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ STATUS setPayloadTypesFromOffer(PHashTable codecTable, PHashTable rtxTable, PSes
ENTERS();
STATUS retStatus = STATUS_SUCCESS;
PSdpMediaDescription pMediaDescription = NULL;
UINT8 currentMedia, currentAttribute;
UINT8 currentAttribute;
UINT16 currentMedia;
PCHAR attributeValue, end;
UINT64 parsedPayloadType, hashmapPayloadType, fmtpVal, aptVal;
UINT16 aptFmtpVals[MAX_SDP_FMTP_VALUES];
Expand Down

0 comments on commit 3d02fbc

Please sign in to comment.