Skip to content

drm: don't use vd->fmt until it's set

Steve Lhomme requested to merge robUx4/vlc:drm_fmt into master

At this point vd->fmt and vd->source have the same format, but only vd->source should be read. We're the ones writing vd->fmt afterwards.

Merge request reports