Ticket #2257: menu_not_showing.diff

File menu_not_showing.diff, 402 bytes (added by skamithi, 18 years ago)

re-initialize buttonstreamid when clearing MenuSPU info.

  • libs/libmythtv/DVDRingBuffer.cpp

     
    882882    menuBuflength = 0;
    883883    hl_startx = hl_starty = 0;
    884884    hl_width = hl_height = 0;
     885    buttonstreamid = 0;
    885886}
    886887
    887888int DVDRingBufferPriv::NumMenuButtons(void) const