Skip to content
Snippets Groups Projects
Commit b82eff67 authored by Lyndon Brown's avatar Lyndon Brown Committed by Jean-Baptiste Kempf
Browse files

extract: update longtext of --extract-component

out of date since 0d895d8e
parent 33290609
No related branches found
No related tags found
1 merge request!1133extract: update longtext of --extract-component
Pipeline #176145 passed with stage
in 16 minutes and 40 seconds
......@@ -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 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment