Changeset 39847
- Timestamp:
- 01/28/17 20:10:10 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r39846 r39847 1264 1264 1265 1265 //for subtitle 1266 SubtitleOutputDef_t subout;1267 1268 subout.screen_width = skinfb->width;1269 subout.screen_height = skinfb->height;1270 subout.framebufferFD = skinfb->fd;1271 subout.destination = (uint32_t *)skinfb->fb;1272 subout.destStride = skinfb->pitch;1273 subout.shareFramebuffer = 1;1274 subout.framebufferBlit = blitfb1;1275 1276 player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout);1266 // SubtitleOutputDef_t subout; 1267 1268 // subout.screen_width = skinfb->width; 1269 // subout.screen_height = skinfb->height; 1270 // subout.framebufferFD = skinfb->fd; 1271 // subout.destination = (uint32_t *)skinfb->fb; 1272 // subout.destStride = skinfb->pitch; 1273 // subout.shareFramebuffer = 1; 1274 // subout.framebufferBlit = blitfb1; 1275 1276 // player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout); 1277 1277 1278 1278 if(player->playback->Command(player, PLAYBACK_OPEN, &playbackFiles) < 0) -
titan/titan/struct.h
r39846 r39847 106 106 #include <common.h> 107 107 //#ifndef BETA 108 #include <subtitle.h>108 //#include <subtitle.h> 109 109 //#endif 110 110 #endif
Note: See TracChangeset
for help on using the changeset viewer.