[vlc-commits] mmal: vout: the interlace option is to force interlaced HDMI
Steve Lhomme
git at videolan.org
Fri Jan 24 15:36:53 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jan 24 15:23:35 2020 +0100| [b30de54f82124fcdbe36454fd887485e939ca6fc] | committer: Steve Lhomme
mmal: vout: the interlace option is to force interlaced HDMI
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b30de54f82124fcdbe36454fd887485e939ca6fc
---
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 3b3bfb4d84..9204626b55 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.")
More information about the vlc-commits
mailing list