From b30de54f82124fcdbe36454fd887485e939ca6fc Mon Sep 17 00:00:00 2001 From: Steve Lhomme <robux4@ycbcr.xyz> Date: Fri, 24 Jan 2020 15:23:35 +0100 Subject: [PATCH] mmal: vout: the interlace option is to force interlaced HDMI --- modules/hw/mmal/vout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw/mmal/vout.c b/modules/hw/mmal/vout.c index 3b3bfb4d8444..9204626b552d 100644 --- a/modules/hw/mmal/vout.c +++ b/modules/hw/mmal/vout.c @@ -56,7 +56,7 @@ #define MMAL_ADJUST_REFRESHRATE_LONGTEXT N_("Adjust HDMI refresh rate to the video.") #define MMAL_NATIVE_INTERLACED "mmal-native-interlaced" -#define MMAL_NATIVE_INTERLACE_TEXT N_("Force interlaced video mode.") +#define MMAL_NATIVE_INTERLACE_TEXT N_("Force interlaced HDMI mode.") #define MMAL_NATIVE_INTERLACE_LONGTEXT N_("Force the HDMI output into an " \ "interlaced video mode for interlaced video content.") -- GitLab