[vlc-commits] chroma: chain: remove trailing line
Alexandre Janniaux
git at videolan.org
Thu Jun 25 12:46:43 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jun 25 12:45:20 2020 +0200| [5eafc384e32dd40a3332c5a7c68477797cbf47b1] | committer: Alexandre Janniaux
chroma: chain: remove trailing line
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5eafc384e32dd40a3332c5a7c68477797cbf47b1
---
modules/video_chroma/chain.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_chroma/chain.c b/modules/video_chroma/chain.c
index ea8e0e6775..af110ec761 100644
--- a/modules/video_chroma/chain.c
+++ b/modules/video_chroma/chain.c
@@ -577,4 +577,3 @@ static void EsFormatMergeSize( es_format_t *p_dst,
p_dst->video.i_sar_num = p_size->video.i_sar_num;
p_dst->video.i_sar_den = p_size->video.i_sar_den;
}
-
More information about the vlc-commits
mailing list