Skip to content
Snippets Groups Projects
Commit d184c86c authored by Maksym Veremeyenko's avatar Maksym Veremeyenko Committed by Luca Barbato
Browse files

store pasp atom for all types of quicktime movie


Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 77d207cb
No related branches found
No related tags found
No related merge requests found
......@@ -840,8 +840,7 @@ static int mov_write_video_tag(AVIOContext *pb, MOVTrack *track)
} else if(track->vosLen > 0)
mov_write_glbl_tag(pb, track);
if (track->mode == MODE_MOV &&
track->enc->sample_aspect_ratio.den && track->enc->sample_aspect_ratio.num &&
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) {
mov_write_pasp_tag(pb, track);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment