]> git.sesse.net Git - nageru/commitdiff
Use AVFrame::duration instead of AVFrame::pkt_duration.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Oct 2023 09:23:51 +0000 (11:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Oct 2023 09:23:51 +0000 (11:23 +0200)
This field was introduced in FFmpeg 5.2 and then the old one
promptly deprecated; the difference seems to be effectively nil?
Use an #ifdef so that we retain bookworm (FFmpeg 5.1) compatibility.


No differences found