git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove useless empty line.
[vlc.git]
/
modules
/
video_filter
/
blend.c
diff --git
a/modules/video_filter/blend.c
b/modules/video_filter/blend.c
index
2a4892a
..
e6ca62b
100644
(file)
--- a/
modules/video_filter/blend.c
+++ b/
modules/video_filter/blend.c
@@
-141,7
+141,6
@@
static int OpenFilter( vlc_object_t *p_this )
(char *)&p_filter->fmt_in.video.i_chroma,
(char *)&p_filter->fmt_out.video.i_chroma );
-
return VLC_SUCCESS;
}