Commit fb97abe3 authored by bcoudurier's avatar bcoudurier

fix audio for mog_op1a_prompeg_mpeg.mxf

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74aef525
......@@ -866,6 +866,8 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
st->codec->codec_id = CODEC_ID_PCM_S24BE;
else if (descriptor->bits_per_sample == 32)
st->codec->codec_id = CODEC_ID_PCM_S32BE;
} else if (st->codec->codec_id == CODEC_ID_MP2) {
st->need_parsing = 1;
}
}
if (container_ul && container_ul->wrapping == Clip) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment