Skip to content

Commit

Permalink
fixed #1955
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Dec 10, 2021
1 parent 6fcf981 commit a07c649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scene_manager/scene_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static void gf_dump_setup(GF_SceneDumper *sdump, GF_Descriptor *root_od)
for (i=0; i<count; i++) {
GF_LASERConfig lsrcfg;
GF_ESD *esd = (GF_ESD *)gf_list_get(iod->ESDescriptors, i);
if (!esd || !esd->decoderConfig) continue;
if (esd->decoderConfig->streamType != GF_STREAM_SCENE) continue;
if (esd->decoderConfig->objectTypeIndication != 0x09) continue;
if (!esd->decoderConfig->decoderSpecificInfo || !esd->decoderConfig->decoderSpecificInfo->data) continue;
Expand Down

0 comments on commit a07c649

Please sign in to comment.