]> git.sesse.net Git - ffmpeg/commit
mov: Prioritize aspect ratio values found in pasp atom
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 6 Apr 2021 16:15:49 +0000 (18:15 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 15 Apr 2021 14:21:58 +0000 (16:21 +0200)
commit918273aa3eb721323ec2de37a39ad8ce9f4dcfb7
tree8d65711f7a46f5b0b401a6769027d265bdf00197
parent4e64c8fa29bb2777098c29887d8a0e7b8b0d514d
mov: Prioritize aspect ratio values found in pasp atom

From the ISO/IEC specification for MP4:
  The pixel aspect ratio and clean aperture of the video may be specified
  using the ‘pasp’ and ‘clap’ sample entry boxes, respectively. These are
  both optional; if present, they over-ride the declarations (if any) in
  structures specific to the video codec, which structures should be
  examined if these boxes are absent. For maximum compatibility, these
  boxes should follow, not precede, any boxes defined in or required by
  derived specifications.

Fixes trac/#7277.
libavformat/mov.c