Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1660
  • Loading branch information
jeanlf committed Jan 4, 2021
1 parent dae9900 commit a4eb327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/media_tools/isom_hinter.c
Expand Up @@ -967,6 +967,8 @@ GF_Err gf_hinter_track_finalize(GF_RTPHinter *tkHint, Bool AddSystemInfo)
if (avcc) {
sprintf(sdpLine, "a=fmtp:%d profile-level-id=%02X%02X%02X; packetization-mode=1", tkHint->rtp_p->PayloadType, avcc->AVCProfileIndication, avcc->profile_compatibility, avcc->AVCLevelIndication);
} else {
if (!svcc)
return GF_ISOM_INVALID_FILE;
sprintf(sdpLine, "a=fmtp:%d profile-level-id=%02X%02X%02X; packetization-mode=1", tkHint->rtp_p->PayloadType, svcc->AVCProfileIndication, svcc->profile_compatibility, svcc->AVCLevelIndication);
}

Expand Down

0 comments on commit a4eb327

Please sign in to comment.