]> git.sesse.net Git - vlc/commit
omxil: Interpret OMX_COLOR_FormatYUV420SemiPlanar as NV12
authorMartin Storsjö <martin@martin.st>
Wed, 28 Sep 2011 08:44:09 +0000 (11:44 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Sep 2011 09:22:08 +0000 (11:22 +0200)
commit6825a61ca202e4fcf3a3d4187e5479c0d2f4c390
treefd96eaa24c45aca38534492506cc0c089a71eb74
parentdd601fe869a0e3f3cbfc8a609b197d49d4ce9c5c
omxil: Interpret OMX_COLOR_FormatYUV420SemiPlanar as NV12

Desire Z and Desire HD use OMX_COLOR_FormatYUV420SemiPlanar,
which when inspected turns out to be NV12, while Nexus One
either reports OMX_QCOM_COLOR_FormatYVU420SemiPlanar (or
falsely reports OMX_COLOR_FormatYUV420Planar) which is NV21.

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