[vlc-commits] filter: fix copy-paste doc error
Rémi Denis-Courmont
git at videolan.org
Sun Jun 10 18:03:23 CEST 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 10 18:12:15 2018 +0300| [2b7ef42e481ecee12380e3957fc18ae54b5c26dd] | committer: Rémi Denis-Courmont
filter: fix copy-paste doc error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b7ef42e481ecee12380e3957fc18ae54b5c26dd
---
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