git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8db5db8
)
Remove useless empty line.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 18 Oct 2007 22:09:59 +0000
(22:09 +0000)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 18 Oct 2007 22:09:59 +0000
(22:09 +0000)
modules/video_filter/blend.c
patch
|
blob
|
history
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 );
(char *)&p_filter->fmt_in.video.i_chroma,
(char *)&p_filter->fmt_out.video.i_chroma );
-
return VLC_SUCCESS;
}
return VLC_SUCCESS;
}