Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1734
  • Loading branch information
jeanlf committed Apr 8, 2021
1 parent 758135e commit 87afe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/mp4box/main.c
Expand Up @@ -3370,7 +3370,7 @@ GF_Err HintFile(GF_ISOFile *file, u32 MTUSize, u32 max_ptime, u32 rtp_rate, u32

streamType = 0;
esd = gf_isom_get_esd(file, i+1, 1);
if (esd) {
if (esd && esd->decoderConfig) {
streamType = esd->decoderConfig->streamType;
if (!prev_ocr) {
prev_ocr = esd->OCRESID;
Expand Down

0 comments on commit 87afe07

Please sign in to comment.