[vlc-commits] fourcc: vaapi: add VLC_CODEC_I420_10B fallback
Thomas Guillem
git at videolan.org
Fri Nov 17 10:23:34 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov 14 18:44:56 2017 +0100| [2fd76d91ba654a04bc88e4d4e9466054c5a3de13] | committer: Thomas Guillem
fourcc: vaapi: add VLC_CODEC_I420_10B fallback
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2fd76d91ba654a04bc88e4d4e9466054c5a3de13
---
src/misc/fourcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 53e59d866a..2afa58c943 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -391,7 +391,7 @@ static const vlc_fourcc_t p_VAAPI_420_fallback[] = {
};
static const vlc_fourcc_t p_VAAPI_420_10BPP_fallback[] = {
- VLC_CODEC_VAAPI_420_10BPP, VLC_CODEC_P010, VLC_CODEC_I420, 0,
+ VLC_CODEC_VAAPI_420_10BPP, VLC_CODEC_I420_10B, VLC_CODEC_P010, 0,
};
static const vlc_fourcc_t p_D3D9_OPAQUE_fallback[] = {
More information about the vlc-commits
mailing list