[vlc-commits] filter: fix copy-paste doc error
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Jun 10 17:12:30 CEST 2018
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 10 18:12:15 2018 +0300| [bf4c66c738e14535cd7e1f46d3223baff5e3e825] | committer: Rémi Denis-Courmont
filter: fix copy-paste doc error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf4c66c738e14535cd7e1f46d3223baff5e3e825
---
 include/vlc_filter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_filter.h b/include/vlc_filter.h
index 99425e5f73..383df77691 100644
--- a/include/vlc_filter.h
+++ b/include/vlc_filter.h
@@ -150,7 +150,7 @@ struct filter_t
      * XXX use filter_GetInputAttachments */
     int (*pf_get_attachments)( filter_t *, input_attachment_t ***, int * );
 
-    /* Private structure for the owner of the decoder */
+    /** Private structure for the owner of the filter */
     filter_owner_t      owner;
 };
 
    
    
More information about the vlc-commits
mailing list