Browse Source

fix audio for mog_op1a_prompeg_mpeg.mxf

Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 19 years ago
parent
commit
c86ecbb7ce
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/mxf.c

+ 2
- 0
libavformat/mxf.c View File

@@ -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) {


Loading…
Cancel
Save