comparison 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
comparison
equal deleted inserted replaced
36233:e5bd2aeb2a20 36234:cdb0cc4accb9
687 free_video_specific(); 687 free_video_specific();
688 if (IMGFMT_IS_VDPAU(image_format) 688 if (IMGFMT_IS_VDPAU(image_format)
689 && !create_vdp_decoder(image_format, vid_width, vid_height, 2)) 689 && !create_vdp_decoder(image_format, vid_width, vid_height, 2))
690 return -1; 690 return -1;
691 691
692 int_pause = 0;
693 visible_buf = 0; 692 visible_buf = 0;
694 693
695 { 694 {
696 #ifdef CONFIG_XF86VM 695 #ifdef CONFIG_XF86VM
697 if (vm) 696 if (vm)