[vlc-commits] Cropping filter: fix description.
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Aug  2 14:38:32 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug  2 14:37:52 2013 +0200| [0991b589bc0cc6fe0a1053acb5d091ae9ab7a21d] | committer: Jean-Baptiste Kempf
Cropping filter: fix description.
Close #9117
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0991b589bc0cc6fe0a1053acb5d091ae9ab7a21d
---
 modules/video_filter/croppadd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/croppadd.c b/modules/video_filter/croppadd.c
index 8c46ee9..e22384a 100644
--- a/modules/video_filter/croppadd.c
+++ b/modules/video_filter/croppadd.c
@@ -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 )
 
    
    
More information about the vlc-commits
mailing list