projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47cbd7
)
Modify string format
07/210807/1
author
Hyunil
<hyunil46.park@samsung.com>
Thu, 25 Jul 2019 04:08:58 +0000
(13:08 +0900)
committer
Hyunil
<hyunil46.park@samsung.com>
Thu, 25 Jul 2019 04:08:58 +0000
(13:08 +0900)
Change-Id: I37dcd2e92587f4e291f49aad545cea9c57290d72
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
include/player.h
patch
|
blob
|
history
diff --git
a/include/player.h
b/include/player.h
index aa0ec2170cd0ee90268bbb2bfdb3a7c5cc59ab61..0de1fff2c324f3d6271bab2ff1e3ed521d2d3cbd 100644
(file)
--- a/
include/player.h
+++ b/
include/player.h
@@
-2768,7
+2768,7
@@
int player_audio_offload_is_activated(player_h player, bool *activated);
// sets the prebuffer_ms to 5000 milliseconds but does not change the rebuffer_ms
err = player_set_streaming_buffering_time(p, 5000, -1);
if (err != PLAYER_ERROR_NONE) {
- printf("Fail to set buffering time = %x\n", err);
+ printf("Fail to set buffering time =
0x
%x\n", err);
return false;
}
return true;