Browse Source

filter_picture: fix false define continuation

Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
pull/119/head
Lyndon Brown 6 years ago
committed by Steve Lhomme
parent
commit
3aa49d56ef
  1. 2
      modules/video_filter/filter_picture.h

2
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: \

Loading…
Cancel
Save