comparison libvo/vo_vdpau.c @ 28934:e8c117f5758a

Cosmetics: Fix whitespace.
author cehoyos
date Sun, 15 Mar 2009 21:26:10 +0000
parents b0badbd680c6
children 521e61715851
comparison
equal deleted inserted replaced
28933:b0badbd680c6 28934:e8c117f5758a
406 const void *const parameter_values[VDP_NUM_MIXER_PARAMETER] = { 406 const void *const parameter_values[VDP_NUM_MIXER_PARAMETER] = {
407 &vid_width, 407 &vid_width,
408 &vid_height, 408 &vid_height,
409 &vdp_chroma_type 409 &vdp_chroma_type
410 }; 410 };
411 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL; 411 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL;
412 if (deint == 4) 412 if (deint == 4)
413 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL; 413 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL;
414 if (pullup) 414 if (pullup)
415 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE; 415 features[feature_count++] = VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE;
416 if (denoise) 416 if (denoise)