frontends/va: Only export one handle for contiguous planes
What does this MR do and why?
frontends/va: Only export one handle for contiguous planes
If the driver stores all planes contiguously in memory, only one
handle needs to be exported from vaExportSurfaceHandle. This is
required for Chromium's VaapiVideoDecoder to work on radeonsi.