diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-09-19 13:51:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-19 11:11:16 -0700 |
commit | 75be59c76dedfd540809d36bdc341032c10492d2 (patch) | |
tree | 5fa4b0016a80efde8ced4ceeba00648de7b570bd /CHANGELOG.md | |
parent | 4998052a78b425ae0c267d76b1acbb3a630e8816 (diff) | |
download | subsurface-75be59c76dedfd540809d36bdc341032c10492d2.tar.gz |
media: read timestamp from mvhd header of MP4/QuickTime videos
ExifTools (and probably other meta-data editors) modifies the
mvhd creation date, but leaves the individual creation dates
in the tracks unchanged. Therefore, use the mvhd atom.
Reported-by: Eric Tanguy <erictanguy2@orange.fr>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba284890..7d9a66a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - +- media: read timestamp from mvhd atom of QuickTime/MP4 style videos --- * Always add new entries at the very top of this file above other existing entries and this note. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` |