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:
e368c51
)
[0.3.132] Modify player_set_video_roi_area() example code
02/241402/1
author
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 20 Aug 2020 01:00:55 +0000
(10:00 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 20 Aug 2020 01:00:55 +0000
(10:00 +0900)
Change-Id: I3de0f153c2d67795b0059547d06b0535bf7d3c40
include/player.h
patch
|
blob
|
history
diff --git
a/include/player.h
b/include/player.h
index e14a27ba0460eeb2b9deb6eb0409307cc818379e..9dd3bde6188643f011f00fb4d3c3757eaaf7afeb 100644
(file)
--- a/
include/player.h
+++ b/
include/player.h
@@
-2546,7
+2546,7
@@
int player_is_replaygain_enabled(player_h player, bool *enabled);
player_set_display (player, PLAYER_DISPLAY_TYPE_OVERLAY, display);
player_get_video_size (player, &width, &height);
...
- player_set_video_roi_area (30/(double)width, 30/(double)height, 480/(double)width, 270/(double)height);
+ player_set_video_roi_area (
player,
30/(double)width, 30/(double)height, 480/(double)width, 270/(double)height);
...
@endcode
*/