diff options
author | Niklas Haas <git@haasn.dev> | 2023-05-24 14:35:49 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-05-24 14:39:40 +0200 |
commit | 0bce5590c3956184365d5600425e9c1dddb513ec (patch) | |
tree | 1a45b3b4b1b71dc35d96dc6965357db7db45b690 /libavcodec/av1_parser.c | |
parent | d815584755c8c75ac6bc3fb8a7465836b4dbcd42 (diff) | |
download | ffmpeg-0bce5590c3956184365d5600425e9c1dddb513ec.tar.gz |
lavfi/vf_libplacebo: fix crop expr PTS calculation
mix->timestamps is expressed relative to the source timebase, which is
possibly a different timescale from `base_pts`. We can't mix-and-match
here. The only reason this worked in my previous testing was because I
was testing on a source file which had an exactly matching timebase.
Fix it by always using the exact PTS as tagged on the AVFrame.
Diffstat (limited to 'libavcodec/av1_parser.c')
0 files changed, 0 insertions, 0 deletions