Files
FFmpeg/libavfilter
Niklas Haas 0bce5590c3 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.
2023-05-24 14:39:40 +02:00
..
2023-04-28 11:07:41 +08:00
2023-05-10 13:56:34 +02:00
2023-05-04 19:20:03 -03:00
2023-05-14 11:10:50 +02:00
2023-04-28 11:07:41 +08:00