aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/seek/lavf-au
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-24 10:27:09 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-02 10:57:21 +0200
commitc7a852b638b88f129790af31fc47c870c329eaaa (patch)
tree7792085c28b5df4392859d082518dadc9f58ae38 /tests/ref/seek/lavf-au
parent561746591660b456e092324f03d393d6dd9147b1 (diff)
downloadffmpeg-c7a852b638b88f129790af31fc47c870c329eaaa.tar.gz
lavf/dv: do not set video timebase more than once
Current code will call avpriv_set_pts_info() for each video frame, possibly setting a different timebase if the stream framerate changes. This violates API conventions, as the timebase is supposed to stay constant after stream creation. Change the demuxer to set a single timebase that is fine enough to handle all supported DV framerates. The seek tests change slightly because the new timebase is more granular.
Diffstat (limited to 'tests/ref/seek/lavf-au')
0 files changed, 0 insertions, 0 deletions