Changeset 24081


Ignore:
Timestamp:
10/05/13 04:26:11 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r24079 r24081  
    619619                SubtitleOutputDef_t subout;
    620620
    621                 subout.screen_width = fb->width;
    622                 subout.screen_height = fb->height;
    623                 subout.framebufferFD = fb->fd;
    624                 subout.destination = (uint32_t *)fb->fb;
    625                 subout.destStride = fb->pitch;
     621                subout.screen_width = skinfb->width;
     622                subout.screen_height = skinfb->height;
     623                subout.framebufferFD = skinfb->fd;
     624                subout.destination = (uint32_t *)skinfb->fb;
     625                subout.destStride = skinfb->pitch;
    626626                subout.shareFramebuffer = 1;
     627                subout.framebufferBlit = blitfb;
    627628
    628629                player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout);
Note: See TracChangeset for help on using the changeset viewer.