[vlc-devel] [PATCH] filter_picture: fix false define continuation
Lyndon Brown
jnqnfe at gmail.com
Sun Sep 27 22:34:10 CEST 2020
>From 58f6629fad0deb0b63adc0c73ea6332eb7f3a126 Mon Sep 17 00:00:00 2001
From: Lyndon Brown <jnqnfe at gmail.com>
Date: Sat, 30 Mar 2019 02:27:50 +0000
Subject: filter_picture: fix false define continuation
diff --git a/modules/video_filter/filter_picture.h b/modules/video_filter/filter_picture.h
index 43bde3f237..9445fda2d3 100644
--- a/modules/video_filter/filter_picture.h
+++ b/modules/video_filter/filter_picture.h
@@ -49,7 +49,7 @@
#define CASE_PLANAR_YUV \
CASE_PLANAR_YUV_SQUARE \
- CASE_PLANAR_YUV_NONSQUARE \
+ CASE_PLANAR_YUV_NONSQUARE
#define CASE_PACKED_YUV_422 \
case VLC_CODEC_UYVY: \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defcont.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200927/7f4faba5/attachment.bin>
More information about the vlc-devel
mailing list