mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +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 MOVIE IS PAUSED, WAIT
|
||||||
if (player->isPaused) {
|
if (player->isPaused) {
|
||||||
fprintf(stderr, "paused\n");
|
// fprintf(stderr, "paused\n");
|
||||||
usleep(100000);
|
usleep(100000);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@@ -219,7 +219,7 @@ bool Player::Stop()
|
|||||||
input.Stop();
|
input.Stop();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr,"stop not possible\n");
|
//fprintf(stderr,"stop not possible\n");
|
||||||
ret = false;
|
ret = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user