summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo_lavc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index c6d363eed7..3e0b338b68 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -384,14 +384,6 @@ static void flip_page(struct vo *vo)
static int control(struct vo *vo, uint32_t request, void *data)
{
- struct priv *vc = vo->priv;
-
- switch (request) {
- case VOCTRL_RESET:
- vc->last_video_in_pts = MP_NOPTS_VALUE;
- break;
- }
-
return VO_NOTIMPL;
}