summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 18:58:16 +0100
committerwm4 <wm4@nowhere>2015-01-27 18:58:16 +0100
commitc92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9 (patch)
tree6ebd96919698540cf71190c82817fb87e21471ff /video/filter/vf.h
parent69e5dd9bceea5a691038f4c1c8300fba28cc4e8a (diff)
downloadmpv-c92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9.tar.bz2
mpv-c92f4a1126cdbd83161bc7d1909ecbd8c9d80fb9.tar.xz
vf_softpulldown: remove this filter
Apparently it was completely broken and essentially did nothing. This was broken sometime in early mpv or mplayer2 times. Get rid of it. If you _really_ need it, wait until FFmpeg ports it from MPlayer, which will happen very soon.
Diffstat (limited to 'video/filter/vf.h')
-rw-r--r--video/filter/vf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/filter/vf.h b/video/filter/vf.h
index 3362320eb8..e36632e019 100644
--- a/video/filter/vf.h
+++ b/video/filter/vf.h
@@ -202,8 +202,5 @@ void vf_detc_init_pts_buf(struct vf_detc_pts_buf *p);
*/
double vf_detc_adjust_pts(struct vf_detc_pts_buf *p, double pts,
bool reset_pattern, bool skip_frame);
-double vf_softpulldown_adjust_pts(struct vf_detc_pts_buf *p, double pts,
- bool reset_pattern, bool skip_frame,
- int last_frame_duration);
#endif /* MPLAYER_VF_H */