summaryrefslogtreecommitdiffstats
path: root/filters/f_hwtransfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'filters/f_hwtransfer.c')
-rw-r--r--filters/f_hwtransfer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/filters/f_hwtransfer.c b/filters/f_hwtransfer.c
index 9f4874aa4e..096eef5cc4 100644
--- a/filters/f_hwtransfer.c
+++ b/filters/f_hwtransfer.c
@@ -148,11 +148,6 @@ static void process(struct mp_filter *f)
return;
}
- if (src->w % 2 || src->h % 2) {
- MP_ERR(f, "non-mod 2 input frames unsupported\n");
- goto error;
- }
-
if (src->imgfmt != p->last_input_fmt) {
if (IMGFMT_IS_HWACCEL(src->imgfmt)) {
// Because there cannot be any conversion of the sw format when the