dvr: Irdeto LiveTV APK pvr playback bug fix [1/1]
PD#SWPL-20802
Problem:
Irdeto LiveTV APK pvr playback bug fix
Solution:
2. user seek when state is pause. we need check is need replay.
if fmt and pid are not changed,we only change read pos.
3. change sync mode at dvr_play_test.
4. add x2 1/4 1/8 speed.
5. fixed build warning.
6. clear first frame when start play.
7. add play is null.
8. del some debug info.
9. close audio when ff fb.
Verify:
Android Q + AC214
Change-Id: Id28a021a5fff1fe47534f98f710a2ebe591d6094
Signed-off-by: hualing chen <hualing.chen@amlogic.com>
diff --git a/src/dvr_segment.c b/src/dvr_segment.c
index f41ae06..c91c1c5 100644
--- a/src/dvr_segment.c
+++ b/src/dvr_segment.c
@@ -133,8 +133,8 @@
ret = segment_load_info(segment_handle, p_info);
DVR_RETURN_IF_FALSE(ret == DVR_SUCCESS);
- DVR_DEBUG(1, "%s, id:%lld, nb_pids:%d, duration:%ld ms, size:%zu, nb_packets:%d",
- __func__, p_info->id, p_info->nb_pids, p_info->duration, p_info->size, p_info->nb_packets);
+ //DVR_DEBUG(1, "%s, id:%lld, nb_pids:%d, duration:%ld ms, size:%zu, nb_packets:%d",
+ // __func__, p_info->id, p_info->nb_pids, p_info->duration, p_info->size, p_info->nb_packets);
ret = segment_close(segment_handle);
DVR_RETURN_IF_FALSE(ret == DVR_SUCCESS);