Commit 735d627e authored by Martin Storsjö's avatar Martin Storsjö

arm_neon: Fix a minor typo in a comment

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 23a221fa
......@@ -121,7 +121,7 @@ static void I422_VYUY (filter_t *filter, picture_t *src, picture_t *dst)
VIDEO_FILTER_WRAPPER (I422_VYUY)
/* Packedr YUV422 to planar YUV422 */
/* Packed YUV422 to planar YUV422 */
static void YUYV_I422 (filter_t *filter, picture_t *src, picture_t *dst)
{
DEFINE_PLANES(out, dst);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment