mxfdec: av_dlog():ify 'no corresponding source package found'

This isn't an error. It's also expected behavior for OPAtom files.
This commit is contained in:
Tomas Härdin 2011-12-08 11:21:58 +01:00
parent 336246238e
commit 623128d782
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
}
}
if (!source_package) {
av_log(mxf->fc, AV_LOG_ERROR, "material track %d: no corresponding source package found\n", material_track->track_id);
av_dlog(mxf->fc, "material track %d: no corresponding source package found\n", material_track->track_id);
break;
}
for (k = 0; k < source_package->tracks_count; k++) {