Commit 0991b589 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Cropping filter: fix description.

Close #9117
parent a08cf819
......@@ -76,7 +76,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/
vlc_module_begin ()
set_shortname( N_("Cropadd") )
set_description( N_("Video scaling filter") )
set_description( N_("Video cropping filter") )
set_capability( "video filter2", 0 )
set_callbacks( OpenFilter, CloseFilter )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment