Changeset 44972


Ignore:
Timestamp:
12/08/20 20:53:16 (2 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r44971 r44972  
    15371537                player->output->Command(player, OUTPUT_ADD, "subtitle");
    15381538#ifdef OEBUILD
     1539                int32_t* size = (int32_t*)getconfigint("playerbuffersize", NULL);
    15391540                player->output->Command(player, OUTPUT_SET_BUFFER_SIZE, (void*)&size);
    15401541#endif
Note: See TracChangeset for help on using the changeset viewer.