mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: disable debug output printf's
This commit is contained in:
@@ -129,7 +129,7 @@ bool Input::Play()
|
||||
|
||||
//IF MOVIE IS PAUSED, WAIT
|
||||
if (player->isPaused) {
|
||||
fprintf(stderr, "paused\n");
|
||||
// fprintf(stderr, "paused\n");
|
||||
usleep(100000);
|
||||
continue;
|
||||
}
|
||||
|
@@ -219,7 +219,7 @@ bool Player::Stop()
|
||||
input.Stop();
|
||||
|
||||
} else {
|
||||
fprintf(stderr,"stop not possible\n");
|
||||
//fprintf(stderr,"stop not possible\n");
|
||||
ret = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user