From f638f3b32bc62fcc35aa22aaa4a758440de87ee6 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 8 Oct 2014 16:50:52 +0100 Subject: [PATCH] videoscale: remove FIXME about NV21 support NV21 is already supported so removing FIXME about adding support for it. --- gst/videoscale/gstvideoscale.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index d9242cab04..527527b4f7 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -112,7 +112,6 @@ enum /* FIXME: add v210 support * FIXME: add v216 support - * FIXME: add NV21 support * FIXME: add UYVP support * FIXME: add A420 support * FIXME: add YUV9 support