Changeset 6941788d in ffmpeg

Timestamp:
Apr 3, 2023, 9:30:16 AM (20 months ago)
Author:
Gyan Doshi <ffmpeg@gyani.pro>
Branches:
master
Children:
9a245bdf
Parents:
c6dedaf4
git-author:
Gyan Doshi <ffmpeg@gyani.pro> (03/26/23 07:10:09)
git-committer:
Gyan Doshi <ffmpeg@gyani.pro> (04/03/23 09:30:16)
Message:

avformat/movenc: correct loci parameter handling

3GPP TS 26.244 Table 8.10 specifies that longitude is written before
latitude. The MOV demuxer already expects the correct order. So, write
them in that order.

However, the user supplied string may also be used in MOV mode which
requires ISO 6709 format which specifies latitude first. The demuxer
also exports the loci value in that format. So parser adjusted as well.

(No files)

Note: See TracChangeset for help on using the changeset viewer.