[MPlayer-cvslog] r29094 - trunk/libvo/vo_vdpau.c
cehoyos
subversion at mplayerhq.hu
Sun Mar 29 13:16:14 CEST 2009
Author: cehoyos
Date: Sun Mar 29 13:16:14 2009
New Revision: 29094
Log:
Cosmetics: Reindent after last commit.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Sun Mar 29 13:15:22 2009 (r29093)
+++ trunk/libvo/vo_vdpau.c Sun Mar 29 13:16:14 2009 (r29094)
@@ -893,7 +893,7 @@ static uint32_t draw_image(mp_image_t *m
CHECK_ST_ERROR("Error when calling vdp_video_surface_put_bits_y_cb_cr")
}
if (mpi->fields & MP_IMGFIELD_ORDERED)
- top_field_first = !!(mpi->fields & MP_IMGFIELD_TOP_FIRST);
+ top_field_first = !!(mpi->fields & MP_IMGFIELD_TOP_FIRST);
else
top_field_first = 1;
More information about the MPlayer-cvslog
mailing list