# HG changeset patch # User reimar # Date 1298924145 0 # Node ID a6eb88882b9fbdf29c71628b913e2fe63fcf268d # Parent d5c110e4968227da74ed83181c6d5ec7d10d3172 Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really work. diff -r d5c110e49682 -r a6eb88882b9f libmpcodecs/ve_raw.c --- a/libmpcodecs/ve_raw.c Mon Feb 28 17:51:02 2011 +0000 +++ b/libmpcodecs/ve_raw.c Mon Feb 28 20:15:45 2011 +0000 @@ -129,6 +129,9 @@ if (IMGFMT_IS_RGB(fmt) || IMGFMT_IS_BGR(fmt)) return VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW; switch (fmt) { + case IMGFMT_NV12: + case IMGFMT_NV21: + case IMGFMT_HM12: case IMGFMT_I420: case IMGFMT_IYUV: case IMGFMT_YV12: