Changeset efe44236 in ffmpeg

Timestamp:
Nov 28, 2022, 9:28:14 AM (2 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
334e52e0
Parents:
b1143330
git-author:
Anton Khirnov <anton@khirnov.net> (11/17/22 11:55:47)
git-committer:
Anton Khirnov <anton@khirnov.net> (11/28/22 09:28:14)
Message:

fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_Q

Rather than the encoder timebase. Since the times are parsed as
microseconds, this will not reduce precision, except possibly when
chapter times are used and the chapter timebase happens to be better
aligned with the encoder timebase, which is unlikely.

This will allow parsing the keyframe times earlier (before encoder
timebase is known) in future commits.

(No files)

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