[MPlayer-cvslog] r36330 - trunk/libvo/vo_vdpau.c
reimar
subversion at mplayerhq.hu
Mon Jun 10 23:19:38 CEST 2013
Author: reimar
Date: Mon Jun 10 23:19:38 2013
New Revision: 36330
Log:
Fix compilation, remove assignment of variable that was removed due
to being unused otherwise.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Mon Jun 10 00:52:16 2013 (r36329)
+++ trunk/libvo/vo_vdpau.c Mon Jun 10 23:19:38 2013 (r36330)
@@ -689,7 +689,6 @@ static int config(uint32_t width, uint32
&& !create_vdp_decoder(image_format, vid_width, vid_height, 2))
return -1;
- int_pause = 0;
visible_buf = 0;
{
More information about the MPlayer-cvslog
mailing list