summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index e2d42f4900..1241b65537 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -354,8 +354,6 @@ void vo_check_events(struct vo *vo)
void vo_seek_reset(struct vo *vo)
{
- if (!vo->config_ok)
- return;
vo_control(vo, VOCTRL_RESET, NULL);
vo->frame_loaded = false;
}