]> git.sesse.net Git - vlc/commit
vaapi: use proper official fourcc constants
authorJean-Yves Avenard <jyavenard@mythtv.org>
Fri, 13 Jun 2014 11:02:37 +0000 (11:02 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2014 11:00:08 +0000 (13:00 +0200)
commit2391a63ea9719f76b8142ba5f2f5114d32c9a4cc
tree65ad55f2b8939d9ccf2cd5a4aa4fc9f3920815ee
parent4f3f133ac39705972fec3791688980899a146370
vaapi: use proper official fourcc constants

libva will never return I420 fourcc code, instead it uses IYUV. The first image format returned by vaQueryImageFormat with Intel VA backend is YV12, so using I420 wasn't an issue.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/avcodec/vaapi.c