mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 12:00:06 +01:00
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:
@@ -1119,7 +1119,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!source_package) {
|
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;
|
break;
|
||||||
}
|
}
|
||||||
for (k = 0; k < source_package->tracks_count; k++) {
|
for (k = 0; k < source_package->tracks_count; k++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user