primitives: return value to fix compiler warning

This commit is contained in:
Bernhard Miklautz 2013-01-25 18:13:14 +01:00
parent 4a79425af2
commit 7089b8dcae
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@ PRIM_STATIC pstatus_t neon_yCbCrToRGB_16s16s_P3P3(
g_buf += dstbump;
b_buf += dstbump;
}
return PRIMITIVES_SUCCESS;
}
#endif /* WITH_NEON */