diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-01 01:26:48 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-05 20:36:01 +0200 |
commit | 1a8309e954b894675aa450db5c117240195385a9 (patch) | |
tree | cb9e99d8fe5ca1b42514a17872b6e18b71394523 /libavcodec/qdrw.c | |
parent | eb325324aabe6ae479bbf15256321da8e39238d4 (diff) | |
download | ffmpeg-1a8309e954b894675aa450db5c117240195385a9.tar.gz |
avformat/mux: Allow muxers to set custom min timestamp
Matroska requires pts to be >= 0 with a slight exception:
It has a mechanism to deal with codec delay, i.e. with
the data added at the beginning that does not correspond
to actual input data and should be discarded by the player.
Only the audio actually intended to be output needs to have
a timestamp >= 0.
In order to avoid unnecessary timestamp shifting, this patch
allows muxers to inform the shifting code about this so that
it can take it into account.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/qdrw.c')
0 files changed, 0 insertions, 0 deletions