Skip to content
Permalink
Browse files Browse the repository at this point in the history
fixed #1769 (fuzz)
  • Loading branch information
jeanlf committed Apr 30, 2021
1 parent 289ffce commit 00194f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media_tools/media_export.c
Expand Up @@ -1108,7 +1108,7 @@ static GF_Err gf_media_export_filters(GF_MediaExporter *dumper)
}
esd = gf_media_map_esd(dumper->file, track_num, 0);
sample_count = gf_isom_get_sample_count(dumper->file, dumper->trackID);
if (esd) {
if (esd && esd->decoderConfig) {
if (esd->decoderConfig->objectTypeIndication<GF_CODECID_LAST_MPEG4_MAPPING) {
codec_id = gf_codecid_from_oti(esd->decoderConfig->streamType, esd->decoderConfig->objectTypeIndication);
#ifndef GPAC_DISABLE_AV_PARSERS
Expand Down

0 comments on commit 00194f5

Please sign in to comment.