vlc | branch: master | Lyndon Brown <jnq...@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 <rob...@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:   \

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to