diff libvo/vo_vdpau.c @ 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 598767b14852
children e2073bd749cf
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;
 
     {