Ticket #1842: 1842.patch

File 1842.patch, 463 bytes (added by danielk, 18 years ago)

Lowers maximum number of buffers (for XvMC-VLD HDTV)

  • libs/libmythtv/util-xvmc.h

     
    5353        num_xvmc_surf(1),
    5454        needed_for_display(1),
    5555        min_num_xvmc_surfaces(8),
    56         max_num_xvmc_surfaces(16),
     56        max_num_xvmc_surfaces(12),
    5757        num_xvmc_surfaces(min_num_xvmc_surfaces),
    5858        aggressive(false) {}
    5959