diff --git a/src/gen75_vpp_vebox.c b/src/gen75_vpp_vebox.c index 75d922d..b5a88b6 100644 --- a/src/gen75_vpp_vebox.c +++ b/src/gen75_vpp_vebox.c @@ -141,7 +141,7 @@ void hsw_veb_dndi_table(VADriverContextP ctx, struct intel_vebox_context *proc_c assert(di_param); progressive_dn = 0; - dndi_top_first = !(di_param->flags & VA_DEINTERLACING_BOTTOM_FIELD_FIRST); + dndi_top_first = !(di_param->flags & VA_DEINTERLACING_BOTTOM_FIELD); motion_compensated_enable = (di_param->algorithm == VAProcDeinterlacingMotionCompensated); }