Changeset 39693
- Timestamp:
- 01/07/17 22:48:31 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r39602 r39693 1020 1020 player->output->Command(player, OUTPUT_ADD, "video"); 1021 1021 player->output->Command(player, OUTPUT_ADD, "subtitle"); 1022 1022 #ifndef BETA 1023 1023 //for subtitle 1024 1024 SubtitleOutputDef_t subout; … … 1033 1033 1034 1034 player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_SET_SUBTITLE_OUTPUT, (void*)&subout); 1035 1035 #endif 1036 1036 if(player->playback->Command(player, PLAYBACK_OPEN, tmpfile) < 0) 1037 1037 { … … 2610 2610 if(player && player->output && player->output->subtitle) 2611 2611 player->output->subtitle->Command(player, (OutputCmd_t)OUTPUT_STOP, NULL); 2612 #ifndef BETA 2612 2613 if(player && player->container && player->container->assContainer) 2613 2614 { … … 2620 2621 player->manager->subtitle->Command(player, MANAGER_DEL, (void*)&onlycurrent); 2621 2622 } 2623 #endif 2622 2624 #endif 2623 2625 -
titan/titan/struct.h
r39294 r39693 105 105 #ifdef EPLAYER3 106 106 #include <common.h> 107 #ifndef BETA 107 108 #include <subtitle.h> 109 #endif 108 110 #endif 109 111
Note: See TracChangeset
for help on using the changeset viewer.