[vlc-commits] filter: remove trailing line

Alexandre Janniaux git at videolan.org
Tue Jul 14 20:16:51 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Mon Jul 13 09:19:37 2020 +0200| [809e6840c420636fa7aee9408625dba1501e0d6e] | committer: Alexandre Janniaux

filter: remove trailing line

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=809e6840c420636fa7aee9408625dba1501e0d6e
---

 src/misc/filter.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/misc/filter.c b/src/misc/filter.c
index 0b93da730a..e8c1cae82e 100644
--- a/src/misc/filter.c
+++ b/src/misc/filter.c
@@ -209,4 +209,3 @@ void video_splitter_Delete( video_splitter_t *p_splitter )
     video_format_Clean( &p_splitter->fmt );
     vlc_object_delete(p_splitter);
 }
-



More information about the vlc-commits mailing list