[MPlayer-cvslog] r28969 - trunk/libvo/vo_vdpau.c
cehoyos
subversion at mplayerhq.hu
Sun Mar 15 22:26:10 CET 2009
Author: cehoyos
Date: Sun Mar 15 22:26:10 2009
New Revision: 28969
Log:
Cosmetics: Fix whitespace.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Sun Mar 15 22:20:06 2009 (r28968)
+++ trunk/libvo/vo_vdpau.c Sun Mar 15 22:26:10 2009 (r28969)
@@ -408,7 +408,7 @@ static int create_vdp_mixer(VdpChromaTyp
&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)
More information about the MPlayer-cvslog
mailing list