changeset 28934:e8c117f5758a

Cosmetics: Fix whitespace.
author cehoyos
date Sun, 15 Mar 2009 21:26:10 +0000
parents b0badbd680c6
children 521e61715851
files libvo/vo_vdpau.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Sun Mar 15 21:20:06 2009 +0000
+++ b/libvo/vo_vdpau.c	Sun Mar 15 21:26:10 2009 +0000
@@ -408,7 +408,7 @@
         &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)