diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-04-22 17:04:37 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-05-02 10:59:24 +0200 |
commit | b6e7d6439462e187e4725b611bd996d3ba939df6 (patch) | |
tree | 0f1d008ed767cea05393425df19d6f30576c334f /libswscale | |
parent | 5b3aeab1bd04e0c63b1c7a342874b5feefafa467 (diff) | |
download | ffmpeg-b6e7d6439462e187e4725b611bd996d3ba939df6.tar.gz |
fftools/ffmpeg: stop using packet pts for decoded audio frame pts
If input packets have timestamps, they will be propagated to output
frames by the decoder, so at best this block does not do anything.
There can also be an arbitrary amount of delay between packets sent to
the decoder and decoded frames (e.g. due to decoder's intrinsic delay or
frame threading), so deriving any timestamps from packet properties is
wrong.
Diffstat (limited to 'libswscale')
0 files changed, 0 insertions, 0 deletions