You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
store pasp atom for all types of quicktime movie
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
77d207cbe6
commit
d184c86cd3
@@ -840,8 +840,7 @@ static int mov_write_video_tag(AVIOContext *pb, MOVTrack *track)
|
|||||||
} else if(track->vosLen > 0)
|
} else if(track->vosLen > 0)
|
||||||
mov_write_glbl_tag(pb, track);
|
mov_write_glbl_tag(pb, track);
|
||||||
|
|
||||||
if (track->mode == MODE_MOV &&
|
if (track->enc->sample_aspect_ratio.den && track->enc->sample_aspect_ratio.num &&
|
||||||
track->enc->sample_aspect_ratio.den && track->enc->sample_aspect_ratio.num &&
|
|
||||||
track->enc->sample_aspect_ratio.den != track->enc->sample_aspect_ratio.num) {
|
track->enc->sample_aspect_ratio.den != track->enc->sample_aspect_ratio.num) {
|
||||||
mov_write_pasp_tag(pb, track);
|
mov_write_pasp_tag(pb, track);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user