mov: Write prof section of tapt tag
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
8de77b665d
commit
802385dbc2
@ -1527,6 +1527,12 @@ static int mov_write_tapt_tag(AVIOContext *pb, MOVTrack *track)
|
|||||||
avio_wb32(pb, width << 16);
|
avio_wb32(pb, width << 16);
|
||||||
avio_wb32(pb, track->enc->height << 16);
|
avio_wb32(pb, track->enc->height << 16);
|
||||||
|
|
||||||
|
avio_wb32(pb, 20);
|
||||||
|
ffio_wfourcc(pb, "prof");
|
||||||
|
avio_wb32(pb, 0);
|
||||||
|
avio_wb32(pb, width << 16);
|
||||||
|
avio_wb32(pb, track->enc->height << 16);
|
||||||
|
|
||||||
avio_wb32(pb, 20);
|
avio_wb32(pb, 20);
|
||||||
ffio_wfourcc(pb, "enof");
|
ffio_wfourcc(pb, "enof");
|
||||||
avio_wb32(pb, 0);
|
avio_wb32(pb, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user