]> git.sesse.net Git - ffmpeg/commit
mfxdec: Separate mxf_essence_container_uls for audio and video.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sat, 10 Dec 2011 13:58:57 +0000 (14:58 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sun, 22 Jan 2012 13:40:53 +0000 (14:40 +0100)
commit44deb9f68de2ba3fef0d39eeab0531cc842e1624
tree29fa0f8780b4f1dac14529c536a23fe282cb638b
parent3cb33fbe919d3664977e88a1ce4554a330ccc48a
mfxdec: Separate mxf_essence_container_uls for audio and video.

It is a really bad idea to assign a video codec id
when we have set codec_type to audio and vice versa.

Prevents detection of mp2 in mxf as mpeg2video.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavformat/mxfdec.c