mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libeplayer3: c++ adjustments
Origin commit data
------------------
Branch: master
Commit: ec307c0f09
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,8 +64,8 @@ bool cPlayback::Open(playmode_t PlayMode)
|
||||
|
||||
//Registration of output devices
|
||||
if(player && player->output) {
|
||||
player->output->Command(player,OUTPUT_ADD, (void*)"audio");
|
||||
player->output->Command(player,OUTPUT_ADD, (void*)"video");
|
||||
player->output->Command(player,OUTPUT_ADD, "audio");
|
||||
player->output->Command(player,OUTPUT_ADD, "video");
|
||||
}
|
||||
|
||||
return 0;
|
||||
@@ -246,8 +246,8 @@ bool cPlayback::Stop(void)
|
||||
player->output->Command(player, OUTPUT_CLOSE, NULL);
|
||||
|
||||
if(player && player->output) {
|
||||
player->output->Command(player,OUTPUT_DEL, (void*)"audio");
|
||||
player->output->Command(player,OUTPUT_DEL, (void*)"video");
|
||||
player->output->Command(player,OUTPUT_DEL, "audio");
|
||||
player->output->Command(player,OUTPUT_DEL, "video");
|
||||
}
|
||||
|
||||
if(player && player->playback)
|
||||
|
Reference in New Issue
Block a user