Changeset 39878
- Timestamp:
- 01/30/17 13:11:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r39876 r39878 1231 1231 #ifndef BETA 1232 1232 //for subtitle 1233 SubtitleOutputDef_t subout;1234 1235 subout.screen_width = skinfb->width;1236 subout.screen_height = skinfb->height;1237 subout.framebufferFD = skinfb->fd;1238 subout.destination = (uint32_t *)skinfb->fb;1239 subout.destStride = skinfb->pitch;1240 subout.shareFramebuffer = 1;1241 subout.framebufferBlit = blitfb1;1242 1243 player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout);1233 // SubtitleOutputDef_t subout; 1234 1235 // subout.screen_width = skinfb->width; 1236 // subout.screen_height = skinfb->height; 1237 // subout.framebufferFD = skinfb->fd; 1238 // subout.destination = (uint32_t *)skinfb->fb; 1239 // subout.destStride = skinfb->pitch; 1240 // subout.shareFramebuffer = 1; 1241 // subout.framebufferBlit = blitfb1; 1242 1243 // player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout); 1244 1244 1245 1245 if(player->playback->Command(player, PLAYBACK_OPEN, tmpfile) < 0)
Note: See TracChangeset
for help on using the changeset viewer.