[vlc-commits] filter_picture: fix false define continuation
Lyndon Brown
git at videolan.org
Fri Jan 15 15:11:23 UTC 2021
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sun Sep 27 22:34:00 2020 +0200| [3aa49d56efc184fa6d0a0a98d11ad416ed34801c] | committer: Steve Lhomme
filter_picture: fix false define continuation
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3aa49d56efc184fa6d0a0a98d11ad416ed34801c
---
modules/video_filter/filter_picture.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/filter_picture.h b/modules/video_filter/filter_picture.h
index 43bde3f237..d1ce498edb 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: \
More information about the vlc-commits
mailing list