[vlc-commits] filter: Remove trailing whitespace
Hugo Beauzée-Luyssen
git at videolan.org
Mon Aug 21 09:40:28 CEST 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Aug 21 09:37:48 2017 +0200| [a0ef58d7238626e20e09c6961671815cf3c9cd34] | committer: Hugo Beauzée-Luyssen
filter: Remove trailing whitespace
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0ef58d7238626e20e09c6961671815cf3c9cd34
---
src/misc/filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/filter.c b/src/misc/filter.c
index ae35d29fcf..d526c98720 100644
--- a/src/misc/filter.c
+++ b/src/misc/filter.c
@@ -110,7 +110,7 @@ filter_t *filter_NewBlend( vlc_object_t *p_this,
es_format_Init( &p_blend->fmt_out, VIDEO_ES, 0 );
- p_blend->fmt_out.i_codec =
+ p_blend->fmt_out.i_codec =
p_blend->fmt_out.video.i_chroma = p_dst_chroma->i_chroma;
p_blend->fmt_out.video.i_rmask = p_dst_chroma->i_rmask;
p_blend->fmt_out.video.i_gmask = p_dst_chroma->i_gmask;
More information about the vlc-commits
mailing list