changeset 36234:cdb0cc4accb9

Fix compilation, remove assignment of variable that was removed due to being unused otherwise.
author reimar
date Mon, 10 Jun 2013 21:19:38 +0000
parents e5bd2aeb2a20
children c00402488d80
files libvo/vo_vdpau.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Sun Jun 09 22:52:16 2013 +0000
+++ b/libvo/vo_vdpau.c	Mon Jun 10 21:19:38 2013 +0000
@@ -689,7 +689,6 @@
         && !create_vdp_decoder(image_format, vid_width, vid_height, 2))
         return -1;
 
-    int_pause   = 0;
     visible_buf = 0;
 
     {