0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/video/filter
wm4 60d3327b0b
vf_vapoursynth: initialize start timestamp properly
VapourSynth can't pass through timestamps, only frame durations. So we
need to remember the timestamp of the very first frame passed to it.
This was accidentally set to 0 instead of NOPTS on init, so inserting
the filter during playback could show strange behavior.

Might be part of #5470.
2018-02-03 05:01:30 -08:00
..
refqueue.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
refqueue.h video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_d3d11vpp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_format.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_sub.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_vapoursynth.c vf_vapoursynth: initialize start timestamp properly 2018-02-03 05:01:30 -08:00
vf_vavpp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_vdpaupp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00