summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vo.c')
-rw-r--r--video/filter/vf_vo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/filter/vf_vo.c b/video/filter/vf_vo.c
index d8d00130d7..922229aa53 100644
--- a/video/filter/vf_vo.c
+++ b/video/filter/vf_vo.c
@@ -63,9 +63,6 @@ static int config(struct vf_instance *vf,
if (vo_config(video_out, width, height, d_width, d_height, flags, outfmt))
return 0;
- // save vo's stride capability for the wanted colorspace:
- vf->default_caps = video_out->default_caps;
-
return 1;
}