[vlc-devel] [PATCH 1/5] va: try to output an opaque chroma first, then a plane-based one
Rémi Denis-Courmont
remi at remlab.net
Mon Jun 1 17:40:59 CEST 2015
Le lundi 01 juin 2015, 15:58:04 Steve Lhomme a écrit :
> ---
> modules/codec/avcodec/dxva2.c | 2 +-
> modules/codec/avcodec/va.h | 7 ++++---
> modules/codec/avcodec/vaapi.c | 3 ++-
> modules/codec/avcodec/vda.c | 3 ++-
> modules/codec/avcodec/video.c | 32 ++++++++++++++++++++++++++------
> modules/hw/vdpau/avcodec.c | 3 ++-
> 6 files changed, 37 insertions(+), 13 deletions(-)
Surface types are normally converted in video filters, not in decoders.
As things currently stand, this patch won't work anyway. The other call sites
for decoder plugins (transcode et al.) do not correctly return an error on
format update.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list