summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-15 02:08:45 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-15 02:08:45 +0000
commitebe578fc77daa10db239bdf6c66a2d35c591c2d9 (patch)
treeb77dee04af9822dd5c1f7a6663bb88703349e37b /libvo
parent939108d83ebb7dd6a3dbcd2243b128b3db46d165 (diff)
downloadmpv-ebe578fc77daa10db239bdf6c66a2d35c591c2d9.tar.bz2
mpv-ebe578fc77daa10db239bdf6c66a2d35c591c2d9.tar.xz
Remove display_flag remains as the member has been removed from the xvmc struct.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28577 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xvmc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index 6623f01048..870d8c6069 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -894,7 +894,6 @@ int rez;
//When replaceing the surface with osd one, save the flags too!
osd_rndr->picture_structure = p_render_surface_to_show->picture_structure;
- osd_rndr->display_flags = p_render_surface_to_show->display_flags;
//add more if needed osd_rndr-> = p_render_surface_to_show->;
p_render_surface_to_show->state &= ~AV_XVMC_STATE_DISPLAY_PENDING;
@@ -963,7 +962,6 @@ int i;
src_rect.left, src_rect.top, src_rect.width, src_rect.height,
dst_rect.left, dst_rect.top, dst_rect.width, dst_rect.height,
bob_deinterlace ? field : 3);
- //p_render_surface_to_show->display_flags);
if(rez != Success){
printf("vo_xvmc: PutSurface failer, critical error %d!\n",rez);
assert(0);