mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
avformat/mxfdec: dont ask for samples with field dominance 0 anymore
Based on discussion and patch from "[FFmpeg-devel] [PATCH]Do not ask for mxf samples with unknown field dominance" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4acefd2521
commit
2ad38c6e02
@ -1771,6 +1771,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
|
||||
avpriv_request_sample(mxf->fc,
|
||||
"Field dominance %d support",
|
||||
descriptor->field_dominance);
|
||||
case 0: // we already have many samples with field_dominance == unknown
|
||||
break;
|
||||
}
|
||||
/* Turn field height into frame height. */
|
||||
|
Loading…
Reference in New Issue
Block a user