Commit ed00d0c1 authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix video line map tag size

Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc185fc1
......@@ -661,7 +661,7 @@ static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st)
f1 *= 2;
}
mxf_write_local_tag(pb, 16, 0x320D);
mxf_write_local_tag(pb, 12+sc->interlaced*4, 0x320D);
put_be32(pb, sc->interlaced ? 2 : 1);
put_be32(pb, 4);
put_be32(pb, f1);
......
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