From 5e531c1a88693d7f2a807f9faafff6c77fdd2aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 15 Sep 2022 12:56:14 +0200 Subject: [PATCH] vah264enc: Add todo item. Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvah264enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index 245e9d0898..3952a8f9fc 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c @@ -44,6 +44,7 @@ * 2. Field encoding. * 3. The stereo encoding such as the frame-packing or MVC. * 4. Weight prediction of B frame. + * 5. latency calculation. */ #ifdef HAVE_CONFIG_H