libdvr: the progress bar does not move after playback for a period of time [1/1]
PD#SWPL-90481
Problem:
The progress bar does not move after changing to a new segment.
The reason is libdvr misuses uint32_t variable to receive int32_t
return value from function _dvr_get_cur_time/_dvr_get_play_cur_time.
Solution:
Change the said variable type to int32_t in accordance with function
_dvr_get_cur_time/_dvr_get_play_cur_time
Verify:
FAE tests pass in Skyworth Beidu S905X2 environment.
Signed-off-by: Wentao.MA <wentao.ma@amlogic.com>
Change-Id: Ib2429545c8cac0462bcaa3dcea08d9b5e37dc633
2 files changed