comparison libvo/vo_vdpau.c @ 29055:2a1cd1455121

Cosmetics: Reindent after last commit.
author cehoyos
date Sun, 29 Mar 2009 11:16:14 +0000
parents d865fa57c316
children 1ae39343cd81
comparison
equal deleted inserted replaced
29054:d865fa57c316 29055:2a1cd1455121
891 (const void *const*)destdata, 891 (const void *const*)destdata,
892 mpi->stride); // pitch 892 mpi->stride); // pitch
893 CHECK_ST_ERROR("Error when calling vdp_video_surface_put_bits_y_cb_cr") 893 CHECK_ST_ERROR("Error when calling vdp_video_surface_put_bits_y_cb_cr")
894 } 894 }
895 if (mpi->fields & MP_IMGFIELD_ORDERED) 895 if (mpi->fields & MP_IMGFIELD_ORDERED)
896 top_field_first = !!(mpi->fields & MP_IMGFIELD_TOP_FIRST); 896 top_field_first = !!(mpi->fields & MP_IMGFIELD_TOP_FIRST);
897 else 897 else
898 top_field_first = 1; 898 top_field_first = 1;
899 899
900 video_to_output_surface(); 900 video_to_output_surface();
901 return VO_TRUE; 901 return VO_TRUE;