[vlc-commits] [Git][videolan/vlc][master] Clarify --width and --height

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Tue Dec 21 08:35:58 UTC 2021



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
ef447131 by Rémi Denis-Courmont at 2021-12-21T08:14:06+00:00
Clarify --width and --height

- - - - -


1 changed file:

- src/libvlc-module.c


Changes:

=====================================
src/libvlc-module.c
=====================================
@@ -271,13 +271,13 @@ static const char *const ppsz_replay_gain_mode_text[] = {
 
 #define WIDTH_TEXT N_("Video width")
 #define WIDTH_LONGTEXT N_( \
-    "You can enforce the video width. By default (-1) VLC will " \
-    "adapt to the video characteristics.")
+    "This requests a specific pixel width for the video window. " \
+    "By default (-1), the width is requested according to the zoom setting.")
 
 #define HEIGHT_TEXT N_("Video height")
 #define HEIGHT_LONGTEXT N_( \
-    "You can enforce the video height. By default (-1) VLC will " \
-    "adapt to the video characteristics.")
+    "This requests a specific pixel height for the video window. " \
+    "By default (-1), the height is requested according to the zoom setting.")
 
 #define VIDEOX_TEXT N_("Video X coordinate")
 #define VIDEOX_LONGTEXT N_( \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ef44713140dd7850dd1e7c03ff134f018628516b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ef44713140dd7850dd1e7c03ff134f018628516b
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list