summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_sub.c')
-rw-r--r--video/filter/vf_sub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_sub.c b/video/filter/vf_sub.c
index 10fcdbfc5b..96100801ff 100644
--- a/video/filter/vf_sub.c
+++ b/video/filter/vf_sub.c
@@ -144,7 +144,6 @@ static void prepare_image(struct vf_instance *vf, struct mp_image *dmpi,
mpi->h,
dmpi->stride[0],
mpi->stride[0]);
- dmpi->planes[1] = mpi->planes[1]; // passthrough rgb8 palette
}
if (tmargin)
blank(dmpi, 0, tmargin);