Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
b82eff67 by Lyndon Brown at 2022-01-05T07:53:48+00:00
extract: update longtext of --extract-component

out of date since 0d895d8ecd05dd4290cae5781671599812f5e421

- - - - -


1 changed file:

- modules/video_filter/extract.c


Changes:

=====================================
modules/video_filter/extract.c
=====================================
@@ -51,7 +51,8 @@ static void get_custom_from_packedyuv422( picture_t *, 
picture_t *, int * );
 
 
 #define COMPONENT_TEXT N_("RGB component to extract")
-#define COMPONENT_LONGTEXT N_("RGB component to extract. 0 for Red, 1 for 
Green and 2 for Blue.")
+#define COMPONENT_LONGTEXT N_("RGB component to extract, as an RGB hexadecimal 
mask. "\
+    "E.g. 0xFF0000 for red; 0x00FF00 for green and 0x0000FF for blue.")
 #define FILTER_PREFIX "extract-"
 
 static const int pi_component_values[] = { 0xFF0000, 0x00FF00, 0x0000FF };



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

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


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to