From 7f3ddffb6764b914b938def33337e91c2961ab9a Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 15 Mar 2009 21:26:10 +0000 Subject: [PATCH] Cosmetics: Fix whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28969 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vdpau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index 246c0cfdc1..d5b0288578 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -408,7 +408,7 @@ static int create_vdp_mixer(VdpChromaType vdp_chroma_type) { &vid_height, &vdp_chroma_type }; - features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL; + features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL; if (deint == 4) features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL; if (pullup) -- 2.11.4.GIT