Browse Source

MT#55283 typo fix for I6aecff636efd420401856bb8110b3d784f989179

Change-Id: I3f73b9d3482f018d8ae9748d59a161b8067cc294
(cherry picked from commit dc395d5752)
mr10.5.3
Richard Fuchs 3 years ago
parent
commit
ff80279e4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/rtplib.c

+ 1
- 1
lib/rtplib.c View File

@ -107,7 +107,7 @@ error:
int rtp_padding(struct rtp_header *header, str *payload) {
if (!header || payload->s)
if (!header || !payload->s)
return 0;
if (!(header->v_p_x_cc & 0x20))
return 0; // no padding


Loading…
Cancel
Save