Deinterlace constructor

Deinterlace({
  1. BwdifConfig? bwdif,
  2. YadifConfig? yadif,
})

Implementation

Deinterlace({this.bwdif, this.yadif});