mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fix video line map tag size
Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bc185fc161
commit
ed00d0c1b0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user